Skip to content

Commit

Permalink
Merge pull request RestKit#1976 from genesislive2007/doc/syntax-fix
Browse files Browse the repository at this point in the history
added a missed ]
  • Loading branch information
blakewatters committed Jul 20, 2014
2 parents c17a180 + 60576d9 commit ef605ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Object Mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ dynamicMapping.objectMappingForDataBlock = ^ RKObjectMapping* (id mappableData)
}

return nil;
};
}];
```
Notable within this code are the calls to `setObjectMapping:whenValueOfKeyPath:isEqualTo:`. This is the declarative
Expand Down

0 comments on commit ef605ab

Please sign in to comment.