Skip to content

Commit 228d084

Browse files
committed
not -> no typo fixed
1 parent 85a5ab6 commit 228d084

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
@@ -264,7 +264,7 @@ fab.setOnClickListener { job.cancel() } // cancel coroutine on click
264264
## Using actors within UI context
265265

266266
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.
267+
there is no unbounded growth in the number of launched coroutines.
268268

269269
### Extensions for coroutines
270270

0 commit comments

Comments
 (0)