Skip to content

Commit fa58c63

Browse files
authored
chore(doc): fix readme ex takeUntilResultError (#188)
1 parent 0573f61 commit fa58c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ It is intended to be used in scenarios where an observable stream should be list
449449
An operator that takes values emitted by the source observable until the `isError` property on the result is true.
450450
It is intended to be used in scenarios where an observable stream should be listened to until an error result is emitted.
451451

452-
`todosService.getTodos().result$.pipe(takeUntilResultSuccess())`
452+
`todosService.getTodos().result$.pipe(takeUntilResultError())`
453453

454454
### startWithPendingQueryResult
455455

0 commit comments

Comments
 (0)