Skip to content

Commit

Permalink
Fixes typo in doc. (Fixes #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwa committed Jul 27, 2011
1 parent 2ca5192 commit 85ca11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Here is a code sample:

NSDictionary *dictionary = [NSDictionary dictionaryWithObject:@"b" forKey:@"a"];
NSError *error = NULL;
NSData *jsonData = [[CJSONSerializer serializer] serializeObject:dictionary error&error];
NSData *jsonData = [[CJSONSerializer serializer] serializeObject:dictionary error:&error];

## Invalid JSON

Expand Down

0 comments on commit 85ca11d

Please sign in to comment.