Skip to content

Commit

Permalink
Add a missing an.
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 Feb 5, 2024
1 parent 00e07ff commit b1f3b1f
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 @@ -601,7 +601,7 @@ const result = source.flatMap((value, index) =>
- Wait
- If the inner observable errors
- Forward the error to `result`.
- Otherwise, if `innerSignal` is `AbortSignal`
- Otherwise, if `innerSignal` is an `AbortSignal`
- Add the value to the `queue` and wait.
- If the `source` completes:
- If `innerSignal` is `undefined`
Expand Down

0 comments on commit b1f3b1f

Please sign in to comment.