Преглед изворни кода

Merge pull request #106 from dbarobin/master

[Typo] Fix wrong double quotation marks
无闻 пре 10 година
родитељ
комит
2d265068a8
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
 ```go
 var a = 15
 var a = 15
 var b = false
 var b = false
-var str = “Go says hello to the world!”
+var str = "Go says hello to the world!"
 ```
 ```
 
 
 或:
 或: