Browse Source

Fix typos

Michael Hoffmann 9 years ago
parent
commit
a96ddaa9ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Database/Query.php

+ 2 - 2
src/Database/Query.php

@@ -1811,7 +1811,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      *
      * A ValueBinder is responsible for generating query placeholders and temporarily
      * associate values to those placeholders so that they can be passed correctly
-     * statement object.
+     * to the statement object.
      *
      * @return \Cake\Database\ValueBinder
      */
@@ -1830,7 +1830,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      *
      * A ValueBinder is responsible for generating query placeholders and temporarily
      * associate values to those placeholders so that they can be passed correctly
-     * statement object.
+     * to the statement object.
      *
      * @deprecated 3.5.0 Use getValueBinder() for the getter part instead.
      * @param \Cake\Database\ValueBinder|null $binder new instance to be set. If no value is passed the