Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 6, 2015
1 parent bb14355 commit 4df64fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Query.php
Expand Up @@ -313,7 +313,7 @@ public function select($fields = [], $overwrite = false)
* $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
Expand Down

0 comments on commit 4df64fe

Please sign in to comment.