Skip to content

Commit

Permalink
Fix documentation. (#5403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mg6maciej authored and akarnokd committed Jun 9, 2017
1 parent c174c45 commit a9ef16b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a9ef16b

Please sign in to comment.