Correct usage of 'method' instead of 'function' in comment

This commit is contained in:
Blake Watters
2012-10-28 19:40:22 -04:00
parent 337d078942
commit 454eb2e8fa

View File

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