Skip to content

Commit

Permalink
Fixing typo: distinctUtilChanged to distinctUntilChanged (Kotlin#…
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmarques authored and dee-tree committed Jul 21, 2022
1 parent dba7de1 commit 95087a7
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 95087a7

Please sign in to comment.