Skip to content

Commit

Permalink
Merge pull request RestKit#1242 from alimoeeny/patch-1
Browse files Browse the repository at this point in the history
removed a stray ] in the sample source code
  • Loading branch information
blakewatters committed Feb 18, 2013
2 parents 524a9f4 + 972ea56 commit 80b3cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ RKObjectRequestOperation *operation = [[RKObjectRequestOperation alloc] initWith
NSLog(@"Mapped the article: %@", article);
} failure:^(RKObjectRequestOperation *operation, NSError *error) {
NSLog(@"Failed with error: %@", [error localizedDescription]);
}];]
}];
```

### Managed Object Request
Expand Down

0 comments on commit 80b3cd3

Please sign in to comment.