瀏覽代碼

[Typo] Fix wrong double quotation marks

dbarobin 10 年之前
父節點
當前提交
178b90cfb3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      eBook/04.4.md

+ 1 - 1
eBook/04.4.md

@@ -80,7 +80,7 @@ var str string = "Go says hello to the world!"
 ```go
 var a = 15
 var b = false
-var str = “Go says hello to the world!”
+var str = "Go says hello to the world!"
 ```
 
 或: