google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some mistakes in readme about then chapter

QSKOBE24 opened this issue · comments

image

i think It was negligence to forget the * punctuation。
FBLPromise<NSString *> *chainedStringPromise1 = [numberPromise then:^id(NSNumber *number) { return [self stringFromNumber:number]; }];

Nice catch @QSKOBE24 !
Do you mind to send a pull request our way with the fix?
Thank you!

Thank you for raising the issue. Updated the docs.