From 454eb2e8fa6d9dc7bc37bcffd762cf54bfb59c04 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Sun, 28 Oct 2012 19:40:22 -0400 Subject: [PATCH] Correct usage of 'method' instead of 'function' in comment --- Code/ObjectMapping/RKMappingOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {