Skip to content

Commit 02502fe

Browse files
committed
Merge pull request #96 from richardgroves/patch-1
Fixing a typo in a comment
2 parents edea5c7 + 38b7c45 commit 02502fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bolts/Common/BFTask.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ - (NSString *)description {
395395
}
396396

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

0 commit comments

Comments
 (0)