mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Merge pull request #1242 from alimoeeny/patch-1
removed a stray ] in the sample source code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user