Parcourir la source

Merge pull request #237 from kigawas/master

Update 05.4.md
Unknwon il y a 10 ans
Parent
commit
6ecea33583
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      eBook/05.4.md

+ 1 - 1
eBook/05.4.md

@@ -313,7 +313,7 @@ index int(rune) rune    char bytes
 
 请将输出结果和 Listing 5.7(for_string.go)进行对比。
 
-我们可以看到,常用英文字符使用 1 个字节表示,而中文字符使用 3 个字符表示。
+我们可以看到,常用英文字符使用 1 个字节表示,而汉字(**译者注:严格来说,“Chinese: 日本語”的Chinese应该是Japanese**)使用 3 个字符表示。
 
 **练习 5.9** 以下程序的输出结果是什么?