From 46c00caa8e63fd3960c37443c6c323d69512ba24 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Mon, 26 Feb 2024 14:35:33 +0100 Subject: [PATCH] doc: Remove an excess word in a documentation comment (#932) --- zstd/decoder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd/decoder.go b/zstd/decoder.go index f04aaa21eb..bbca17234a 100644 --- a/zstd/decoder.go +++ b/zstd/decoder.go @@ -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()