We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa3265 commit 7d0e9e6Copy full SHA for 7d0e9e6
src/image/gif/reader.go
@@ -116,7 +116,7 @@ type decoder struct {
116
// consumed when checking that the blockReader is exhausted.
117
//
118
// To avoid the allocation of a bufio.Reader for the lzw Reader, blockReader
119
-// implements io.ReadByte and buffers blocks into the decoder's "tmp" buffer.
+// implements io.ByteReader and buffers blocks into the decoder's "tmp" buffer.
120
type blockReader struct {
121
d *decoder
122
i, j uint8 // d.tmp[i:j] contains the buffered bytes
0 commit comments