Skip to content

Commit

Permalink
Minor README fix. (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengdai authored and akarnokd committed Sep 9, 2016
1 parent 3d7ec04 commit 65efd1f
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 @@ -23,7 +23,7 @@ public abstract class RxReactiveStreams {

public static <T> Publisher<T> toPublisher(Completable observable) { … }

public static Completable toObservable(Publisher<?> publisher) { … }
public static Completable toCompletable(Publisher<?> publisher) { … }

}
```
Expand Down

0 comments on commit 65efd1f

Please sign in to comment.