diff --git a/Code/ObjectMapping/RKMappingOperation.m b/Code/ObjectMapping/RKMappingOperation.m index 5f78822b..c6029802 100644 --- a/Code/ObjectMapping/RKMappingOperation.m +++ b/Code/ObjectMapping/RKMappingOperation.m @@ -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) {