Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jul 30, 2014
1 parent fb6819a commit a5bd710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ORM/Query.php
Expand Up @@ -24,7 +24,7 @@
/**
* Extends the base Query class to provide new methods related to association
* loading, automatic fields selection, automatic type casting and to wrap results
* into an specific iterator that will be responsible for hydrating results if
* into a specific iterator that will be responsible for hydrating results if
* required.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Database/QueryTest.php
Expand Up @@ -1328,7 +1328,7 @@ public function testSelectDistinct() {

/**
* Tests that it is possible to select distinct rows, even filtering by one column
* this is testing that there is an specific implementation for DISTINCT ON
* this is testing that there is a specific implementation for DISTINCT ON
*
* @return void
*/
Expand Down

0 comments on commit a5bd710

Please sign in to comment.