Browse Source

[Typo] Fix wrong double quotation marks

dbarobin 10 năm trước cách đây
mục cha
commit
178b90cfb3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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!"
 ```
 
 或: