We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cab30b commit 4c28f94Copy full SHA for 4c28f94
docs/exception-handling.md
@@ -19,7 +19,7 @@
19
## Exception Handling
20
21
This section covers exception handling and cancellation on exceptions.
22
-We already know that cancelled coroutine throws [CancellationException] in suspension points and that it
+We already know that a cancelled coroutine throws [CancellationException] in suspension points and that it
23
is ignored by the coroutines' machinery. Here we look at what happens if an exception is thrown during cancellation or multiple children of the same
24
coroutine throw an exception.
25
0 commit comments