diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2016-08-21 13:54:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-21 13:54:12 -0400 |
commit | b8891b5b31b245c321ca6a88a21ae74de1850169 (patch) | |
tree | e07a6f94ea4abfcb836816e2a9aa29b052c517dc | |
parent | 21c4be47790c230cf5a321aeabb5c07ad57f0522 (diff) | |
parent | 12e1739706da8ead292f1c21c4cf54afbd4f4087 (diff) |
Merge pull request #2336 from weakish/go-zh-typo
go: [zh-cn] fix a typo.
-rw-r--r-- | zh-cn/go-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/go-cn.html.markdown b/zh-cn/go-cn.html.markdown index 49224085..fa4540a2 100644 --- a/zh-cn/go-cn.html.markdown +++ b/zh-cn/go-cn.html.markdown @@ -129,7 +129,7 @@ func learnFlowControl() { fmt.Println("told ya") } // 用go fmt 命令可以帮你格式化代码,所以不用怕被人吐槽代码风格了, - // 也不用容忍被人的代码风格。 + // 也不用容忍别人的代码风格。 if false { // pout } else { |