Skip to content

Commit 4c28f94

Browse files
Update exception-handling.md (#2271)
Add a missing article
1 parent 0cab30b commit 4c28f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/exception-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## Exception Handling
2020

2121
This section covers exception handling and cancellation on exceptions.
22-
We already know that cancelled coroutine throws [CancellationException] in suspension points and that it
22+
We already know that a cancelled coroutine throws [CancellationException] in suspension points and that it
2323
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
2424
coroutine throw an exception.
2525

0 commit comments

Comments
 (0)