Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 7, 2015
1 parent dc01c3a commit c7e5712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Expression/QueryExpression.php
Expand Up @@ -101,7 +101,7 @@ public function type($conjunction = null)
* value is an array, it will create as many placeholders as values are in it.
*
* @param string|array|QueryExpression $conditions single or multiple conditions to
* be added. When using and array and the key is 'OR' or 'AND' a new expression
* be added. When using an array and the key is 'OR' or 'AND' a new expression
* object will be created with that conjunction and internal array value passed
* as conditions.
* @param array $types associative array of fields pointing to the type of the
Expand Down

0 comments on commit c7e5712

Please sign in to comment.