We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de3535 commit e5b05b0Copy full SHA for e5b05b0
kotlinx-coroutines-core/common/src/flow/Flow.kt
@@ -193,7 +193,7 @@ public interface Flow<out T> {
193
* Instead, [AbstractFlow] can be used as the base type to properly ensure flow's properties.
194
*
195
* 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.
+ * and throw [IllegalStateException] if a violation was detected.
197
*/
198
public suspend fun collect(collector: FlowCollector<T>)
199
}
0 commit comments