mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 09:31:32 +08:00
Correct usage of 'method' instead of 'function' in comment
This commit is contained in:
@@ -49,7 +49,7 @@ extern NSString * const RKObjectMappingNestingAttributeKeyName;
|
||||
NSDate *RKDateFromStringWithFormatters(NSString *dateString, NSArray *formatters);
|
||||
|
||||
/**
|
||||
This method ensures that attribute mappings apply cleanly to an `NSMutableDictionary` target class to support mapping to nested keyPaths. See issue #882
|
||||
This function ensures that attribute mappings apply cleanly to an `NSMutableDictionary` target class to support mapping to nested keyPaths. See issue #882
|
||||
*/
|
||||
static void RKSetIntermediateDictionaryValuesOnObjectForKeyPath(id object, NSString *keyPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user