We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecf55d commit e387113Copy full SHA for e387113
1 file changed
src/operator/do.ts
@@ -14,7 +14,7 @@ export function _do<T>(this: Observable<T>, observer: PartialObserver<T>): Obser
14
* an Observable that is identical to the source.
15
*
16
* <span class="informal">Intercepts each emission on the source and runs a
17
- * function, but returns an output which is identical to the source.</span>
+ * function, but returns an output which is identical to the source as long as errors don't occur.</span>
18
19
* <img src="./img/do.png" width="100%">
20
0 commit comments