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