thomasnield / RxKotlinFX

Kotlin extensions to the RxJavaFX framework
Apache License 2.0
174 stars 13 forks source link

typo import rx.lang.kotlin.subscribeBy #17

Open diegopego opened 6 years ago

diegopego commented 6 years ago

thanks for your work! in https://thomasnield.gitbooks.io/rxjavafx-guide/content/2.%20RxJava%20Fundamentals.html] thre is a reference to import rx.lang.kotlin.subscribeBy and should be import io.reactivex.rxkotlin.subscribeBy

thomasnield commented 6 years ago

In the documentation only? I'll fix, thanks!