Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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