Explorar o código

Merge pull request #106 from dbarobin/master

[Typo] Fix wrong double quotation marks
无闻 %!s(int64=10) %!d(string=hai) anos
pai
achega
2d265068a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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!"
 ```
 
 或: