Skip to content

Commit

Permalink
docs(tap): revert back error and complete parameter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakovljevic-mladen committed Mar 9, 2023
1 parent 77832e1 commit 8e2dd88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/operators/tap.ts
Expand Up @@ -159,6 +159,8 @@ export function tap<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 8e2dd88

Please sign in to comment.