Browse Source

Merge pull request #8893 from ravage84/patch-5

Fix statement in doc block for orderDesc
Mark Sch 10 years ago
parent
commit
2a7111283f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Query.php

+ 1 - 1
src/Database/Query.php

@@ -1027,7 +1027,7 @@ class Query implements ExpressionInterface, IteratorAggregate
     }
 
     /**
-     * Add an ORDER BY clause with an ASC direction.
+     * Add an ORDER BY clause with a DESC direction.
      *
      * This method allows you to set complex expressions
      * as order conditions unlike order()