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

Commit 9aedbe4

Browse files
committed
record: fix comment
1 parent 147f1cf commit 9aedbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

record.go

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

93-
// Create a new io.ReadCloser for the Decompressped content of this stream.
93+
// Create a new io.Reader for the Decompressped content of this stream.
9494
//
9595
// It is the caller's responsibility to call Close on the io.ReadCloser
9696
// when finished reading.

0 commit comments

Comments
 (0)