mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-29 21:25:51 +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);
|
NSLog(@"Mapped the article: %@", article);
|
||||||
} failure:^(RKObjectRequestOperation *operation, NSError *error) {
|
} failure:^(RKObjectRequestOperation *operation, NSError *error) {
|
||||||
NSLog(@"Failed with error: %@", [error localizedDescription]);
|
NSLog(@"Failed with error: %@", [error localizedDescription]);
|
||||||
}];]
|
}];
|
||||||
```
|
```
|
||||||
|
|
||||||
### Managed Object Request
|
### Managed Object Request
|
||||||
|
|||||||
Reference in New Issue
Block a user