Skip to content

Commit

Permalink
Fixing typo: distinctUtilChanged to distinctUntilChanged (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmarques committed Jan 25, 2022
1 parent 3e7466a commit 8136179
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ import kotlin.native.concurrent.*
/**
* Returns flow where all subsequent repetitions of the same value are filtered out.
*
* Note that any instance of [StateFlow] already behaves as if `distinctUtilChanged` operator is
* Note that any instance of [StateFlow] already behaves as if `distinctUntilChanged` operator is
* applied to it, so applying `distinctUntilChanged` to a `StateFlow` has no effect.
* See [StateFlow] documentation on Operator Fusion.
* Also, repeated application of `distinctUntilChanged` operator on any flow has no effect.
Expand Down

0 comments on commit 8136179

Please sign in to comment.