Skip to content

Commit

Permalink
Subtle change in Completable's documentation for retryWhen. (#4810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyish authored and akarnokd committed Nov 4, 2016
1 parent 106d004 commit 40e9464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/reactivex/Completable.java
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ public final Completable retry(Predicate<? super Throwable> predicate) {

/**
* Returns a Completable which given a Publisher and when this Completable emits an error, delivers
* that error through a Flowable and the Publisher should return a value indicating a retry in response
* that error through a Flowable and the Publisher should signal a value indicating a retry in response
* or a terminal event indicating a termination.
* <dl>
* <dt><b>Scheduler:</b></dt>
Expand Down

0 comments on commit 40e9464

Please sign in to comment.