Update 12.6.md (#473)

改错字
This commit is contained in:
GreedyPig
2018-05-19 05:39:11 +08:00
committed by 无闻
parent 866f646694
commit 34bbf675de

View File

@@ -22,7 +22,7 @@ func cat(f *os.File) {
}
```
面的代码来自于 `cat2.go`,使用了 os 包中的 `os.file``Read` 方法;`cat2.go``cat.go` 具有同样的功能。
面的代码来自于 `cat2.go`,使用了 os 包中的 `os.file``Read` 方法;`cat2.go``cat.go` 具有同样的功能。
示例 12.14 [cat2.go](examples/chapter_12/cat2.go)