We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd4349 commit 0e93a38Copy full SHA for 0e93a38
docs/flow.md
@@ -1110,7 +1110,7 @@ Now if we have a flow of three integers and call `requestFlow` for each of them
1110
1111
Then we end up with a flow of flows (`Flow<Flow<String>>`) that needs to be _flattened_ into a single flow for
1112
further processing. Collections and sequences have [flatten][Sequence.flatten] and [flatMap][Sequence.flatMap]
1113
-operators for this. However, due the asynchronous nature of flows they call for different _modes_ of flattening,
+operators for this. However, due to the asynchronous nature of flows they call for different _modes_ of flattening,
1114
as such, there is a family of flattening operators on flows.
1115
1116
#### flatMapConcat
0 commit comments