google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 294 forks source link

some mistakes in readme about then chapter #101

Closed QSKOBE24 closed 5 years ago

QSKOBE24 commented 5 years ago

image

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

shoumikhin commented 5 years ago

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

ghost commented 5 years ago

Thank you for raising the issue. Updated the docs.