diff --git a/src/Database/Query.php b/src/Database/Query.php index 96820555925..2cbf14bec7c 100644 --- a/src/Database/Query.php +++ b/src/Database/Query.php @@ -1685,7 +1685,7 @@ public function traverseExpressions(callable $callback) * * If type is expressed as "atype[]" (note braces) then it will cause the * placeholder to be re-written dynamically so if the value is an array, it - * will create as many placeholders as values are in it. For example: + * will create as many placeholders as values are in it. For example: * * ``` * $query->bind(':id', [1, 2, 3], 'int[]');