[Typo] Fix wrong double quotation marks

This commit is contained in:
dbarobin
2015-08-05 02:19:58 +08:00
parent 61b9d15702
commit 178b90cfb3

View File

@@ -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!"
``` ```
或: 或: