diff options
-rw-r--r-- | Frameworks/QueryKit/Source/QKQuery.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/QueryKit/Source/QKQuery.m b/Frameworks/QueryKit/Source/QKQuery.m index 35d53102..3834bd82 100644 --- a/Frameworks/QueryKit/Source/QKQuery.m +++ b/Frameworks/QueryKit/Source/QKQuery.m @@ -310,8 +310,8 @@ static NSString *QKNoQueryTableException = @"QKNoQueryTable"; /** * Convenience method for adding more than one field to the query's ORDER BY clause. * - * @param fields - * @param descending + * @param fields An array of fields to ORDER BY. + * @param descending Indicates whether the ORDER BY should be descending. */ - (void)orderByFields:(NSArray *)fields descending:(BOOL)descending { |