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 85a5ab6 commit 228d084Copy full SHA for 228d084
ui/coroutines-guide-ui.md
@@ -264,7 +264,7 @@ fab.setOnClickListener { job.cancel() } // cancel coroutine on click
264
## Using actors within UI context
265
266
In this section we show how UI applications can use actors within their UI context make sure that
267
-there is not unbounded growth in the number of launched coroutines.
+there is no unbounded growth in the number of launched coroutines.
268
269
### Extensions for coroutines
270
0 commit comments