We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5713feb commit aaac93bCopy full SHA for aaac93b
docs/flow.md
@@ -1112,7 +1112,7 @@ Now if we have a flow of three integers and call `requestFlow` for each of them
1112
1113
Then we end up with a flow of flows (`Flow<Flow<String>>`) that needs to be _flattened_ into a single flow for
1114
further processing. Collections and sequences have [flatten][Sequence.flatten] and [flatMap][Sequence.flatMap]
1115
-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,
1116
as such, there is a family of flattening operators on flows.
1117
1118
#### flatMapConcat
0 commit comments