Skip to content

Commit

Permalink
not -> no typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Mar 9, 2017
1 parent 85a5ab6 commit 228d084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/coroutines-guide-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ fab.setOnClickListener { job.cancel() } // cancel coroutine on click
## Using actors within UI context

In this section we show how UI applications can use actors within their UI context make sure that
there is not unbounded growth in the number of launched coroutines.
there is no unbounded growth in the number of launched coroutines.

### Extensions for coroutines

Expand Down

0 comments on commit 228d084

Please sign in to comment.