We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106d004 commit 40e9464Copy full SHA for 40e9464
src/main/java/io/reactivex/Completable.java
@@ -1398,7 +1398,7 @@ public final Completable retry(Predicate<? super Throwable> predicate) {
1398
1399
/**
1400
* 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
+ * that error through a Flowable and the Publisher should signal a value indicating a retry in response
1402
* or a terminal event indicating a termination.
1403
* <dl>
1404
* <dt><b>Scheduler:</b></dt>
0 commit comments