Skip to content

Commit

Permalink
Correct capitalization
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 ec753d9 commit c7f3867
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 @@ -583,7 +583,7 @@ const result = source.flatMap((value) => getNextInnerObservable(value));
- Forward all values emitted by the inner observable to the `result` observer.
- If the inner observable completes
- If there are values in the `queue`
- take the first one from the `queue` and return the the mapping step.
- Take the first one from the `queue` and return the the mapping step.
- If the `queue` is empty
- If `isSourceComplete` is `true`
- Complete `result`.
Expand Down

0 comments on commit c7f3867

Please sign in to comment.