Skip to content

Commit 3b753d9

Browse files
authored
Fix typo in doc (their->they) (#2014)
1 parent 32feba8 commit 3b753d9

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

Lines changed: 1 addition & 1 deletion
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)