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/Single.java
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ public final Single<T> doAfterSuccess(Consumer<? super T> onAfterSuccess) {

/**
* Registers an {@link Action} to be called after this Single invokes either onSuccess or onError.
* * <p>Note that the {@code doAfterSuccess} action is shared between subscriptions and as such
* * <p>Note that the {@code doAfterTerminate} action is shared between subscriptions and as such
* should be thread-safe.</p>
* <p>
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/doAfterTerminate.png" alt="">
Expand Down