]> Cypherpunks repositories - gostls13.git/commit
compress/flate: use io.ByteReader in docs
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 Dec 2013 02:24:55 +0000 (18:24 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 Dec 2013 02:24:55 +0000 (18:24 -0800)
commit0594f8948904149a907e634d343bf6307903a10b
treecd34cf3eb1960a76578030f0048405a068405b6b
parent2d20c0d6257f5dfc57bb8a78f4e2824803bd6d0e
compress/flate: use io.ByteReader in docs

We did this elsewhere when io.ByteReader was added
but forgot this one.

R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/43480052
src/pkg/compress/flate/inflate.go