Skip to content

Commit 40e9464

Browse files
Shyishakarnokd
authored andcommitted
Subtle change in Completable's documentation for retryWhen. (#4810)
1 parent 106d004 commit 40e9464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Completable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ public final Completable retry(Predicate<? super Throwable> predicate) {
13981398

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

0 commit comments

Comments
 (0)