CombineCommunity / rxswift-to-combine-cheatsheet

RxSwift to Apple’s Combine Cheat Sheet
https://medium.com/gett-engineering/rxswift-to-apples-combine-cheat-sheet-e9ce32b14c5b
MIT License
2.04k stars 125 forks source link

Fixed optional publisher type #24

Closed r-plus closed 3 years ago

r-plus commented 3 years ago

Optional.Publisher is correct. Ref: https://developer.apple.com/documentation/swift/optional/publisher

and apply back to csv from readme.md changed by #23.