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 1ccc968 commit f227432Copy full SHA for f227432
docs/topics/coroutines-basics.md
@@ -6,7 +6,7 @@ This section covers basic coroutine concepts.
6
7
## Your first coroutine
8
9
-A _coroutine_ is an instance of suspendable computation. It is conceptually similar to a thread, in the sense that it
+A _coroutine_ is an instance of a suspendable computation. It is conceptually similar to a thread, in the sense that it
10
takes a block of code to run that works concurrently with the rest of the code.
11
However, a coroutine is not bound to any particular thread. It may suspend its execution in one thread and resume in another one.
12
0 commit comments