commit | 564a5a62c0b486beec00023cd08c04b9d2a1c961 | [log] [tgz] |
---|---|---|
author | Inego <yanis.batura@gmail.com> | Sun Apr 21 14:34:55 2019 +0700 |
committer | Roman Elizarov <elizarov@gmail.com> | Sun Apr 21 13:24:31 2019 +0300 |
tree | f880f90c619641c03c6557c27fd872d9e9fd8740 | |
parent | 6da0ccd65bb2d3e12e5f9dfe82f26e62930b07df [diff] [blame] |
Change more "create new" to "create a"
diff --git a/docs/basics.md b/docs/basics.md index 302258c..6a8bf7f 100644 --- a/docs/basics.md +++ b/docs/basics.md
@@ -265,7 +265,7 @@ println("Task from runBlocking") } - coroutineScope { // Creates a new coroutine scope + coroutineScope { // Creates a coroutine scope launch { delay(500L) println("Task from nested launch")