Skip to content

Commit

Permalink
Fixes spelling error (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-burton authored and akarnokd committed Mar 8, 2017
1 parent 6459e54 commit 79de6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import hu.akarnokd.rxjava.interop.RxJavaInterop;

io.reactivex.Flowable f2 = RxJavaInterop.toV2Flowable(rx.Observable);

io.reactivex.Observable o2 = RxJavaInterop.toV2Observabe(rx.Observable);
io.reactivex.Observable o2 = RxJavaInterop.toV2Observable(rx.Observable);

io.reactive.Single s2 = RxJavaInterop.toV2Single(rx.Single);

Expand Down

0 comments on commit 79de6e6

Please sign in to comment.