Skip to content

Commit

Permalink
docs: typo in conflate docs (#3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Jan 21, 2022
1 parent 5e5dcd7 commit eac7bba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ public fun <T> Flow<T>.buffer(capacity: Int = BUFFERED): Flow<T> = buffer(capaci
* ```
*
* Note that `conflate` operator is a shortcut for [buffer] with `capacity` of [Channel.CONFLATED][Channel.CONFLATED],
* with is, in turn, a shortcut to a buffer that only keeps the latest element as
* which is, in turn, a shortcut to a buffer that only keeps the latest element as
* created by `buffer(onBufferOverflow = `[`BufferOverflow.DROP_OLDEST`][BufferOverflow.DROP_OLDEST]`)`.
*
* ### Operator fusion
Expand Down

0 comments on commit eac7bba

Please sign in to comment.