Update dependencies

This commit is contained in:
Wim
2024-08-27 18:45:48 +02:00
parent d16645c952
commit f04a171086
586 changed files with 681686 additions and 198836 deletions

View File

@@ -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()