Skip to content

Commit

Permalink
docs(operators): Fix results comment (#6533)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-loginov committed Jul 24, 2021
1 parent 58220d5 commit 82134c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/operators/finalize.ts
Expand Up @@ -48,6 +48,7 @@ import { operate } from '../util/lift';
* timer(150).subscribe(() => sub.unsubscribe());
*
* // results:
* // '[next] Called'
* // 0
* // '[finalize] Called'
* ```
Expand Down

0 comments on commit 82134c6

Please sign in to comment.