Skip to content

Commit e387113

Browse files
lemindbenlesh
authored andcommitted
docs(do): add more details about the operator (#2543)
1 parent 0ecf55d commit e387113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/operator/do.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function _do<T>(this: Observable<T>, observer: PartialObserver<T>): Obser
1414
* an Observable that is identical to the source.
1515
*
1616
* <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>
17+
* function, but returns an output which is identical to the source as long as errors don't occur.</span>
1818
*
1919
* <img src="./img/do.png" width="100%">
2020
*

0 commit comments

Comments
 (0)