Skip to content

Commit

Permalink
doc: Remove an excess word in a documentation comment (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankon committed Feb 26, 2024
1 parent 1e2b275 commit 46c00ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var (
// can run multiple concurrent stateless decodes. It is even possible to
// use stateless decodes while a stream is being decoded.
//
// The Reset function can be used to initiate a new stream, which is will considerably
// The Reset function can be used to initiate a new stream, which will considerably
// reduce the allocations normally caused by NewReader.
func NewReader(r io.Reader, opts ...DOption) (*Decoder, error) {
initPredefined()
Expand Down

0 comments on commit 46c00ca

Please sign in to comment.