We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edea5c7 + 38b7c45 commit 02502feCopy full SHA for 02502fe
Bolts/Common/BFTask.m
@@ -395,7 +395,7 @@ - (NSString *)description {
395
}
396
397
// Description string includes status information and, if available, the
398
- // result sisnce in some ways this is what a promise actually "is".
+ // result since in some ways this is what a promise actually "is".
399
return [NSString stringWithFormat:@"<%@: %p; completed = %@; cancelled = %@; faulted = %@;%@>",
400
NSStringFromClass([self class]),
401
self,
0 commit comments