Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Wolter committed Aug 25, 2014
1 parent af8701d commit fa7b688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSManagedObject+VOKManagedObjectAdditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
/**
Creates a dictionary based on the set mapping. This should round-trip data from dictionaries to core data and back.
This method does not respect keyPaths. The dictionary is flat.
@return An NSDictioary matching the original input dictionary.
@return An NSDictionary matching the original input dictionary.
*/
- (NSDictionary *)vok_dictionaryRepresentation;

/**
Creates a dictionary based on the set mapping. This should round-trip data from dictionaries to core data and back.
This method respects keyPaths.
@return An NSDictioary matching the original input dictionary.
@return An NSDictionary matching the original input dictionary.
*/
- (NSDictionary *)vok_dictionaryRepresentationRespectingKeyPaths;

Expand Down

0 comments on commit fa7b688

Please sign in to comment.