Skip to content

Commit

Permalink
docs(Observer): remove unused docs annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakovljevic-mladen committed Dec 15, 2022
1 parent f044a53 commit 031c485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export interface Observer<T> {
* the consumer has unsubscribed.
*
* For more info, please refer to {@link guide/glossary-and-semantics#error this guide}.
* @param err
*/
error: (err: any) => void;
/**
Expand Down

0 comments on commit 031c485

Please sign in to comment.