Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Commit d2ee78c

Browse files
committed
reader: fix comment
1 parent 9aedbe4 commit d2ee78c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

record.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ func (r *Record) NewReader() io.Reader {
9090
}
9191
}
9292

93-
// Create a new io.Reader for the Decompressped content of this stream.
94-
//
95-
// It is the caller's responsibility to call Close on the io.ReadCloser
96-
// when finished reading.
93+
// Create a new io.Reader for the Decompressped content of this stream
9794
func (r *Record) Decompress() io.Reader {
9895
return eofCaster{flate.NewReader(r.NewReader())}
9996
}

0 commit comments

Comments
 (0)