From c7e5712fc859ad18ec2c7df13020ecd412245b07 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 6 Jul 2015 22:16:14 -0400 Subject: [PATCH] Fix typo. --- src/Database/Expression/QueryExpression.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Expression/QueryExpression.php b/src/Database/Expression/QueryExpression.php index 75dfa4a4b7c..15373fc8f1a 100644 --- a/src/Database/Expression/QueryExpression.php +++ b/src/Database/Expression/QueryExpression.php @@ -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