Skip to content

Commit

Permalink
Change to CTCoreAddress description output
Browse files Browse the repository at this point in the history
  • Loading branch information
mronge committed Mar 1, 2013
1 parent 0c09635 commit 95861d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CTCoreAddress.m
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ - (void)setEmail:(NSString *)aValue {


- (NSString *)description {
return [NSString stringWithFormat:@"<%@,%@>", [self name],[self email]];
return [NSString stringWithFormat:@"%@ <%@>", [self name],[self email]];
}


Expand Down

0 comments on commit 95861d3

Please sign in to comment.