Skip to content

Commit b4c94dc

Browse files
《异常处理》翻译完成
1 parent c5c5d5d commit b4c94dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/exception-handling.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ class ExceptionsGuideTest {
4646
前者对待异常是不处理的,类似于 Java 的 `Thread.uncaughtExceptionHandler`
4747
而后者依赖用户来最终消耗<!--
4848
-->异常,比如说,通过 [await][Deferred.await][receive][ReceiveChannel.receive]
49-
[produce] 以及 [receive][ReceiveChannel.receive][Channels](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/channels.md)
50-
中介绍过)。
49+
[produce] 以及 [receive][ReceiveChannel.receive][Channels](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/channels.md) 中介绍过)。
5150

5251
可以通过一个在 [GlobalScope] 中创建新协程的简单示例来进行演示:
5352

0 commit comments

Comments
 (0)