google / promises

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

Fixes in annotation. #29

Closed status302 closed 6 years ago

shoumikhin commented 6 years ago

Hi Qiun,

Seems like some of the methods aren't class methods, so FBLPromise.method would look misleading. promise.method in comments implies you already have some promise instance and invoke an instance method on it. Could you replace promise with FBLPromise only for class methods and revert the rest?

Thanks!

shoumikhin commented 6 years ago

Awesome, thanks!

status302 commented 6 years ago

Thanks @shoumikhin sh. Go to bed now.😘