Skip to content

Commit a5c9453

Browse files
vanniktechakarnokd
authored andcommitted
1.x: Sync doOnEach java doc (#4418)
1 parent 3aaed26 commit a5c9453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5803,7 +5803,7 @@ public final Observable<T> doOnCompleted(final Action0 onCompleted) {
58035803
}
58045804

58055805
/**
5806-
* Modifies the source Observable so that it invokes an action for each item it emits.
5806+
* Modifies the source Observable so that it invokes an action for each item and terminal event it emits.
58075807
* <p>
58085808
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/doOnEach.png" alt="">
58095809
* <dl>

0 commit comments

Comments
 (0)