Skip to content

Commit f605b26

Browse files
itsandreramonqwwdfsad
authored andcommitted
Improve sentence grammar by adding 'an'
1 parent 1f65af2 commit f605b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Parent is not cancelled
189189

190190
<!--- TEST-->
191191

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.
193193
This behaviour cannot be overridden and is used to provide stable coroutines hierarchies for
194194
[structured concurrency](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/composing-suspending-functions.md#structured-concurrency-with-async) which do not depend on
195195
[CoroutineExceptionHandler] implementation.

0 commit comments

Comments
 (0)