mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
[Typo] Fix wrong double quotation marks
This commit is contained in:
@@ -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!"
|
||||||
```
|
```
|
||||||
|
|
||||||
或:
|
或:
|
||||||
|
Reference in New Issue
Block a user