summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/go-cn.html.markdown
diff options
context:
space:
mode:
authorMarcel Ribeiro Dantas <ribeirodantasdm@gmail.com>2023-01-11 10:59:23 -0300
committerGitHub <noreply@github.com>2023-01-11 10:59:23 -0300
commita7290b40c53de7723aa6bcef5da818f8fa6e2015 (patch)
tree0fce87d10adb53354252463c3fc62dc1632ffaca /zh-cn/go-cn.html.markdown
parent97a2a383c6b2f503ed2febd07bc950d1e95e54bb (diff)
parentfd802bfd4380c90530c084267a23b8fd1344f374 (diff)
Merge pull request #4572 from guaguaguaxia/master
fix:typo
Diffstat (limited to 'zh-cn/go-cn.html.markdown')
-rw-r--r--zh-cn/go-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/go-cn.html.markdown b/zh-cn/go-cn.html.markdown
index dd52d187..0123c0a6 100644
--- a/zh-cn/go-cn.html.markdown
+++ b/zh-cn/go-cn.html.markdown
@@ -22,7 +22,7 @@ Go语言有非常棒的标准库,还有一个充满热情的社区。
注释 */
// 导入包的子句在每个源文件的开头。
-// Main比较特殊,它用来声明可执行文件,而不是一个库。
+// main比较特殊,它用来声明可执行文件,而不是一个库。
package main
// Import语句声明了当前文件引用的包。