Skip to content

Commit 02b3302

Browse files
arman simonyanelizarov
authored andcommitted
Grammatical correction
1 parent eb78c85 commit 02b3302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This is a part of _producer-consumer_ pattern that is often found in concurrent
133133
You could abstract such a producer into a function that takes channel as its parameter, but this goes contrary
134134
to common sense that results must be returned from functions.
135135

136-
There is a convenience coroutine builder named [produce] that makes it easy to do it right on producer side,
136+
There is a convenient coroutine builder named [produce] that makes it easy to do it right on producer side,
137137
and an extension function [consumeEach], that replaces a `for` loop on the consumer side:
138138

139139
<div class="sample" markdown="1" theme="idea" data-highlight-only>

0 commit comments

Comments
 (0)