Skip to content

Commit

Permalink
docs: fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHH committed Mar 7, 2025
1 parent 72abaf8 commit dbe2998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Transforms each input element into a `Source` of output elements that is then fl
Transforms each input element into a `Source` of output elements that is then flattened into the output stream until a
new input element is received at which point the current (now previous) substream is cancelled while the `Source` resulting
from the input element is subscribed to and flattened into the output stream. So effectively, only the "latest" `Source`
is flattened into the output stream (which is why this operator is sometimes also called "flatMapLatest").
is flattened into the output stream (which is why this operator is sometimes also called "flatMapLatest").

## Reactive Streams semantics

Expand Down

0 comments on commit dbe2998

Please sign in to comment.