Skip to content

Commit a2a052c

Browse files
author
--replace-all
committed
Make -(NSString *)description use dot-syntax.
1 parent 98c604a commit a2a052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/GTTag.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
@implementation GTTag
3939

4040
- (NSString *)description {
41-
return [NSString stringWithFormat:@"<%@: %p> name: %@, message: %@, targetType: %d", NSStringFromClass([self class]), self, [self name], [self message], [self targetType]];
41+
return [NSString stringWithFormat:@"<%@: %p> name: %@, message: %@, targetType: %d", NSStringFromClass([self class]), self,self.name, self.message, self.targetType];
4242
}
4343

4444

0 commit comments

Comments
 (0)