修正发现的13章以前的一些小问题 (#277)

* Update 07.3.md

* Update 07.3.md

* Update 07.6.md

* fix few problems

* Update 10.6 and 10.8

* Update 11.6 and 11.7

* fix some problems before Chap13

* add a dot
This commit is contained in:
王耀
2016-08-30 02:22:23 +08:00
committed by 无闻
parent a21e30a4a8
commit b0715416ec
7 changed files with 19 additions and 16 deletions

View File

@@ -73,7 +73,7 @@ type Hash interface {
}
```
通过 io.WriteString 或 hasher.Write 计算给定字符串的校验值
通过 io.WriteString 或 hasher.Write 将给定的 []byte 附加到当前的 `hash.Hash` 对象中
**练习 12.9**[hash_md5.go](exercises/chapter_12/hash_md5.go)