Skip to content

Commit 9f6d4ff

Browse files
elizarovEdwarDDay
andauthored
Update kotlinx-coroutines-core/common/src/CoroutineExceptionHandler.kt
Co-Authored-By: EdwarDDay <[email protected]>
1 parent fc7a1e5 commit 9f6d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/CoroutineExceptionHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public inline fun CoroutineExceptionHandler(crossinline handler: (CoroutineConte
6969
* log the exception, show some kind of error message, terminate, and/or restart the application.
7070
*
7171
* If you need to handle exception in a specific part of the code, it is recommended to use `try`/`catch` around
72-
* the corresponding code inside your coroutine. This way you can you prevent completion of the coroutine
72+
* the corresponding code inside your coroutine. This way you can prevent completion of the coroutine
7373
* with the exception (exception is now _caught_), retry the operation, and/or take other arbitrary actions:
7474
*
7575
* ```

0 commit comments

Comments
 (0)