Skip to content

Commit

Permalink
修改错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
flysnoworg committed Feb 1, 2015
1 parent bb54c01 commit 597d0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compress/flate/NewReaderDict.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
参数列表

- r DEFLATE压缩的数据
- dict 解压数据时预设的字典,和NewWriterDict函数里多的dict相同
- dict 解压数据时预设的字典,和NewWriterDict函数里的dict相同

返回值:解压后的ReadCloser数据

Expand Down
4 changes: 2 additions & 2 deletions compress/flate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
常量列表

const (
NoCompression = 0//不雅所
NoCompression = 0//不压缩
BestSpeed = 1//最快速度压缩

BestCompression = 9//最佳压缩比压缩
Expand All @@ -12,7 +12,7 @@

函数列表

- [func NewReader(r io.Reader) io.ReadCloser](NewReader.mds)
- [func NewReader(r io.Reader) io.ReadCloser](NewReader.md)
- [func NewReaderDict(r io.Reader, dict []byte) io.ReadCloser](NewReaderDict.md)
- [func (e CorruptInputError) Error() string](CorruptInputError.Error.md)
- [func (e InternalError) Error() string](InternalError.Error.md)
Expand Down

0 comments on commit 597d0b9

Please sign in to comment.