Skip to content

Commit

Permalink
Correct punctuation
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 521407b commit ec753d9
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 @@ -579,7 +579,7 @@ const result = source.flatMap((value) => getNextInnerObservable(value));
- Then pass the return value of the mapping function to `Observable.from()` to convert it to
"inner observable" if it's not already.
- Then create an `AbortSignal` that follows the subscriber's and set `innerSignal`.
- pass the `innerSignal` to the subscribe for the inner observable.
- Pass the `innerSignal` to the subscribe for the inner observable.
- Forward all values emitted by the inner observable to the `result` observer.
- If the inner observable completes
- If there are values in the `queue`
Expand Down

0 comments on commit ec753d9

Please sign in to comment.