update dependencies

This commit is contained in:
Nazar Kanaev
2023-03-18 20:47:33 +00:00
parent 95ebbb9d13
commit d2678be96d
50 changed files with 3812 additions and 803 deletions

View File

@@ -74,7 +74,7 @@ type AcceptRange struct {
// AcceptRanges is a slice of AcceptRange values. For a given byte sequence b
//
// AcceptRanges[First[b[0]]>>AcceptShift]
// AcceptRanges[First[b[0]]>>AcceptShift]
//
// will give the value of AcceptRange for the multi-byte UTF-8 sequence starting
// at b[0].