You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/exception-handling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ Parent is not cancelled
189
189
190
190
<!--- TEST-->
191
191
192
-
If a coroutine encounters exception other than `CancellationException`, it cancels its parent with that exception.
192
+
If a coroutine encounters an exception other than `CancellationException`, it cancels its parent with that exception.
193
193
This behaviour cannot be overridden and is used to provide stable coroutines hierarchies for
194
194
[structured concurrency](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/composing-suspending-functions.md#structured-concurrency-with-async) which do not depend on
0 commit comments