Merge pull request #1242 from alimoeeny/patch-1

removed a stray ] in the sample source code
This commit is contained in:
Blake Watters
2013-02-18 11:03:12 -08:00

View File

@@ -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