Skip to content

Commit e5b05b0

Browse files
Update kotlinx-coroutines-core/common/src/flow/Flow.kt
Co-authored-by: dkhalanskyjb <[email protected]>
1 parent 4de3535 commit e5b05b0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/flow/Flow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public interface Flow<out T> {
193193
* Instead, [AbstractFlow] can be used as the base type to properly ensure flow's properties.
194194
*
195195
* All default flow implementations ensure context preservation and exception transparency properties on a best-effort basis
196-
* and throw [IllegalStateException] if the violation was detected.
196+
* and throw [IllegalStateException] if a violation was detected.
197197
*/
198198
public suspend fun collect(collector: FlowCollector<T>)
199199
}

0 commit comments

Comments
 (0)