Skip to content

Commit

Permalink
chore(doc): fix readme ex takeUntilResultError
Browse files Browse the repository at this point in the history
  • Loading branch information
ExFlo committed Jul 4, 2024
1 parent 0573f61 commit 60b952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ It is intended to be used in scenarios where an observable stream should be list
An operator that takes values emitted by the source observable until the `isError` property on the result is true.
It is intended to be used in scenarios where an observable stream should be listened to until an error result is emitted.

`todosService.getTodos().result$.pipe(takeUntilResultSuccess())`
`todosService.getTodos().result$.pipe(takeUntilResultError())`

### startWithPendingQueryResult

Expand Down

0 comments on commit 60b952f

Please sign in to comment.