diff --git a/src/internal/operators/tap.ts b/src/internal/operators/tap.ts index 80aa952e67..826d60b5a9 100644 --- a/src/internal/operators/tap.ts +++ b/src/internal/operators/tap.ts @@ -152,8 +152,6 @@ export interface TapObserver extends Observer { * @see {@link TapObserver} * * @param observerOrNext A next handler or partial observer - * @param error An error handler - * @param complete A completion handler * @return A function that returns an Observable identical to the source, but * runs the specified Observer or callback(s) for each item. */