Skip to content

Commit f61f3ac

Browse files
LouisCADelizarov
authored andcommitted
Fix wrong word
1 parent 497d343 commit f61f3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/coroutines-guide-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ event streams by updating their UI based on the most recently received update. A
406406

407407
You can experiment with `capacity` parameter in the above line to see how it affects the behaviour of the code.
408408
Setting `capacity = Channel.UNLIMITED` creates a coroutine with [LinkedListChannel] mailbox that buffers all
409-
events. In this case, the animation runs as many times and the circle is clicked.
409+
events. In this case, the animation runs as many times as the circle is clicked.
410410

411411
## Blocking operations
412412

0 commit comments

Comments
 (0)