修改标点错误 (#494)

This commit is contained in:
xin zhao
2018-05-28 20:37:33 +08:00
committed by 无闻
parent 81285ba80c
commit 7854ee57e0
6 changed files with 10 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ func main() {
下面的代码试图访问一个未引用的变量或者函数,甚至没有编译。将会返回一个错误:
```go
fmt.Printf(Float from package1: %f\n, pack1.pack1Float)
fmt.Printf("Float from package1: %f\n", pack1.pack1Float)
```
错误: