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 497d343 commit f61f3acCopy full SHA for f61f3ac
ui/coroutines-guide-ui.md
@@ -406,7 +406,7 @@ event streams by updating their UI based on the most recently received update. A
406
407
You can experiment with `capacity` parameter in the above line to see how it affects the behaviour of the code.
408
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.
+events. In this case, the animation runs as many times as the circle is clicked.
410
411
## Blocking operations
412
0 commit comments