Skip to content

Commit 833fc72

Browse files
authored
Merge pull request #2126 from alexandear/pkg-ioutilx-fix-typo
pkg/ioutilx: fix typo in doc comment
2 parents 2cd48d0 + d4f9eff commit 833fc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ioutilx/ioutilx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"golang.org/x/text/transform"
1313
)
1414

15-
// ReadAtMaximum reands n at maximum.
15+
// ReadAtMaximum reads n at maximum.
1616
func ReadAtMaximum(r io.Reader, n int64) ([]byte, error) {
1717
lr := &io.LimitedReader{
1818
R: r,

0 commit comments

Comments
 (0)