RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 265 forks source link

fix deprecated method name tag #62

Closed ewerx closed 7 years ago

ewerx commented 7 years ago

it caused the editor to suggest incorrect replacement method for the deprecated Observable.from(_ object: Element)

icanzilb commented 7 years ago

Thanks for noticing that :)