Skip to content

Commit

Permalink
Add more detail to conditional
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Farolino <[email protected]>
  • Loading branch information
benlesh and domfarolino authored Dec 19, 2023
1 parent bb15499 commit 521407b
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 @@ -591,7 +591,7 @@ const result = source.flatMap((value) => getNextInnerObservable(value));
- Wait
- If the inner observable errors
- Forward the error to `result`.
- If `innerSignal` is `AbortSignal`
- Otherwise, if `innerSignal` is `AbortSignal`
- Add the value to the `queue` and wait.
- If the `source` completes:
- If `innerSignal` is `undefined`
Expand Down

0 comments on commit 521407b

Please sign in to comment.