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 c174c45 commit a9ef16bCopy full SHA for a9ef16b
src/main/java/io/reactivex/Single.java
@@ -1807,7 +1807,7 @@ public final Single<T> doAfterSuccess(Consumer<? super T> onAfterSuccess) {
1807
1808
/**
1809
* Registers an {@link Action} to be called after this Single invokes either onSuccess or onError.
1810
- * * <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
1811
* should be thread-safe.</p>
1812
* <p>
1813
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/doAfterTerminate.png" alt="">
0 commit comments