Skip to content

Commit

Permalink
fix markdown syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Yixing Yan <[email protected]>
  • Loading branch information
yanyixing authored and everyx committed Oct 9, 2022
1 parent 0f4c701 commit fe4e2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/recover/recover.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Go 通过使用 `recover` 内置函数,可以从 panic 中 _恢复recover_。
// Go 通过使用 `recover` 内置函数,可以从 panic 中 _恢复recover_
// `recover` 可以阻止 `panic` 中止程序,并让它继续执行。

// 在这样的例子中很有用:当其中一个客户端连接出现严重错误,服务器不希望崩溃。

0 comments on commit fe4e2e3

Please sign in to comment.