Skip to content

Commit

Permalink
Fixing typo (NSObject -> NSCopying)
Browse files Browse the repository at this point in the history
  • Loading branch information
louoso committed Jul 16, 2012
1 parent f476e64 commit 3aec0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/model/UKModel.m
Expand Up @@ -100,7 +100,7 @@ -(NSString *)description {
}

#pragma mark -
#pragma mark NSObject
#pragma mark NSCopying

-(id)copyWithZone:(NSZone *)zone {
UKModel * copy = [[self class] allocWithZone:zone];
Expand Down

0 comments on commit 3aec0a7

Please sign in to comment.