Skip to content

Commit 63fc856

Browse files
committed
Merge pull request astaxie#213 from sevensmall/patch-2
修改日文你好的英文字母
2 parents 1b53bd9 + 7836487 commit 63fc856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/02.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Go对于已声明但未使用的变量会在编译阶段报错,比如下面的
129129
var emptyString string = "" // 声明了一个字符串变量,初始化为空字符串
130130
func test() {
131131
no, yes, maybe := "no", "yes", "maybe" // 简短声明,同时声明多个变量
132-
japaneseHello := "Ohaiou" // 同上
132+
japaneseHello := "Konichiwa" // 同上
133133
frenchHello = "Bonjour" // 常规赋值
134134
}
135135

0 commit comments

Comments
 (0)