We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd48d0 commit d4f9effCopy full SHA for d4f9eff
pkg/ioutilx/ioutilx.go
@@ -12,7 +12,7 @@ import (
12
"golang.org/x/text/transform"
13
)
14
15
-// ReadAtMaximum reands n at maximum.
+// ReadAtMaximum reads n at maximum.
16
func ReadAtMaximum(r io.Reader, n int64) ([]byte, error) {
17
lr := &io.LimitedReader{
18
R: r,
0 commit comments