Skip to content

Commit

Permalink
Fix typo
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 63102e4 commit 3fab159
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 @@ -585,7 +585,7 @@ const result = source.flatMap((value, index) =>
- Begin **"mapping step"**:
- Copy the `current index` into an `index` variable.
- Increment the `current index`.
- Call the `mapping function` with the the `value` and the `index`.
- Call the `mapping function` with `value` and `index`.
- 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 is dependent on the subscriber's and set `innerSignal`.
Expand Down

0 comments on commit 3fab159

Please sign in to comment.