Skip to content

Commit a3a70be

Browse files
Add some missing articles in 'Select Expression' doc (#2921)
1 parent 6847661 commit a3a70be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/select-expression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Channel 'a' is closed
213213

214214
<!--- TEST -->
215215

216-
There are couple of observations to make out of it.
216+
There are a couple of observations to make out of it.
217217

218218
First of all, `select` is _biased_ to the first clause. When several clauses are selectable at the same time,
219219
the first one among them gets selected. Here, both channels are constantly producing strings, so `a` channel,
@@ -228,7 +228,7 @@ channel is already closed.
228228
Select expression has [onSend][SendChannel.onSend] clause that can be used for a great good in combination
229229
with a biased nature of selection.
230230

231-
Let us write an example of producer of integers that sends its values to a `side` channel when
231+
Let us write an example of a producer of integers that sends its values to a `side` channel when
232232
the consumers on its primary channel cannot keep up with it:
233233

234234
```kotlin

0 commit comments

Comments
 (0)