mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-11-13 09:16:10 +08:00
[Typo] Fix multiple wrong single and double quotation marks between 04.6 to 06.9
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
```go
|
||||
for {
|
||||
i = i - 1
|
||||
fmt.Printf(“The variable i is now: %d\n”, i)
|
||||
fmt.Printf("The variable i is now: %d\n", i)
|
||||
if i < 0 {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user