Skip to content

Commit 64ff210

Browse files
selectAllrecheej
authored andcommitted
Fix typo in doc (their->they) (Kotlin#2014)
1 parent 3f2394a commit 64ff210

File tree

1 file changed

+1
-1
lines changed
  • kotlinx-coroutines-core/common/src/flow/operators

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import kotlin.coroutines.*
1414
import kotlin.jvm.*
1515

1616
// ------------------ WARNING ------------------
17-
// These emitting operators must use safe flow builder, because their allow
17+
// These emitting operators must use safe flow builder, because they allow
1818
// user code to directly emit to the underlying FlowCollector.
1919

2020
/**

0 commit comments

Comments
 (0)