Browse Source

Fix typo.

Mark Story 10 years ago
parent
commit
4df64feff5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Query.php

+ 1 - 1
src/Database/Query.php

@@ -313,7 +313,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      * $query->distinct('name', true);
      * ```
      *
-     * @param array|ExpressionInterface|string|boolean $on Enable/disable disctinc class
+     * @param array|ExpressionInterface|string|boolean $on Enable/disable distinct class
      * or list of fields to be filtered on
      * @param bool $overwrite whether to reset fields with passed list or not
      * @return $this