diff --git a/framework/yii/db/Query.php b/framework/yii/db/Query.php index f1eb7a3..19ea028 100644 --- a/framework/yii/db/Query.php +++ b/framework/yii/db/Query.php @@ -43,7 +43,7 @@ class Query extends Component */ const SORT_ASC = false; /** - * Sort ascending + * Sort descending * @see orderBy */ const SORT_DESC = true;