[Typo] Fix multiple wrong single and double quotation marks between 04.6 to 06.9

This commit is contained in:
dbarobin
2015-08-06 16:24:05 +08:00
parent c5cf631c5a
commit 83e030ac39
5 changed files with 9 additions and 9 deletions

View File

@@ -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
}