Browse Source

Merge pull request #10921 from davidyell/patch-3

Gender non-specific docblock
Mark Story 8 years ago
parent
commit
e1db8b2dfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Query.php

+ 1 - 1
src/ORM/Query.php

@@ -197,7 +197,7 @@ class Query extends DatabaseQuery implements JsonSerializable, QueryInterface
      * Hints this object to associate the correct types when casting conditions
      * for the database. This is done by extracting the field types from the schema
      * associated to the passed table object. This prevents the user from repeating
-     * himself when specifying conditions.
+     * themselves when specifying conditions.
      *
      * This method returns the same query object for chaining.
      *