Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jul 25, 2014
1 parent c76fa51 commit b7fccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Query.php
Expand Up @@ -689,7 +689,7 @@ protected function _makeJoin($table, $conditions, $type) {
* You can use callable functions to construct complex expressions, functions
* receive as first argument a new QueryExpression object and this query instance
* as second argument. Functions must return an expression object, that will be
* added the list of conditions for the query using th AND operator.
* added the list of conditions for the query using the AND operator.
*
* {{{
* $query
Expand Down

0 comments on commit b7fccea

Please sign in to comment.