Browse Source

Fix verb tense

Mark Story 5 years ago
parent
commit
df17d58485
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Query.php

+ 1 - 1
src/Database/Query.php

@@ -2207,7 +2207,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      * Enables result casting.
      *
      * When enabled, the fields in the results returned by this Query will be
-     * casted to their corresponding PHP data type.
+     * cast to their corresponding PHP data type.
      *
      * @return $this
      */