Skip to content

Commit

Permalink
docs: remove docs for the removed tap operator params
Browse files Browse the repository at this point in the history
  • Loading branch information
jakovljevic-mladen committed Jan 24, 2023
1 parent 7946b0c commit 1d21d7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/internal/operators/tap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ export interface TapObserver<T> extends Observer<T> {
* @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.
*/
Expand Down

0 comments on commit 1d21d7d

Please sign in to comment.