Skip to content

Commit

Permalink
Fixing a piece of anddroid related code in the iOS lib documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caherrerapa committed Jan 31, 2014
1 parent 88476a7 commit 1a9a17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ By carefully choosing whether to call `continueWithBlock` or `continueWithSucces

```objective-c
PFQuery *query = [PFQuery queryWithClassName:@"Student"];
query.orderByDescending("gpa");
[query orderByDescending:@"gpa"];
[[[[[self findAsync:query] continueWithSuccessBlock:^id(BFTask *task) {
NSArray *students = task.result;
Expand Down

0 comments on commit 1a9a17f

Please sign in to comment.