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 eb78c85 commit 02b3302Copy full SHA for 02b3302
docs/channels.md
@@ -133,7 +133,7 @@ This is a part of _producer-consumer_ pattern that is often found in concurrent
133
You could abstract such a producer into a function that takes channel as its parameter, but this goes contrary
134
to common sense that results must be returned from functions.
135
136
-There is a convenience coroutine builder named [produce] that makes it easy to do it right on producer side,
+There is a convenient coroutine builder named [produce] that makes it easy to do it right on producer side,
137
and an extension function [consumeEach], that replaces a `for` loop on the consumer side:
138
139
<div class="sample" markdown="1" theme="idea" data-highlight-only>
0 commit comments