Skip to content

Commit

Permalink
Merge pull request #96 from richardgroves/patch-1
Browse files Browse the repository at this point in the history
Fixing a typo in a comment
  • Loading branch information
nlutsenko committed Apr 28, 2015
2 parents edea5c7 + 38b7c45 commit 02502fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bolts/Common/BFTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ - (NSString *)description {
}

// Description string includes status information and, if available, the
// result sisnce in some ways this is what a promise actually "is".
// result since in some ways this is what a promise actually "is".
return [NSString stringWithFormat:@"<%@: %p; completed = %@; cancelled = %@; faulted = %@;%@>",
NSStringFromClass([self class]),
self,
Expand Down

0 comments on commit 02502fe

Please sign in to comment.