Skip to content

Commit ab7f8bd

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 4b0ef7b + f61f3ac commit ab7f8bd

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
@@ -407,7 +407,7 @@ event streams by updating their UI based on the most recently received update. A
407407

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

412412
## Blocking operations
413413

0 commit comments

Comments
 (0)