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 9904dfa commit 9614b29Copy full SHA for 9614b29
it/lines.go
@@ -8,7 +8,7 @@ import (
8
9
// Lines yields lines from an io.Reader.
10
//
11
-// Note: lines longer than 65536 will cauese an error.
+// Note: lines longer than 65536 will cause an error.
12
func Lines(r io.Reader) iter.Seq2[[]byte, error] {
13
return func(yield func([]byte, error) bool) {
14
scanner := bufio.NewScanner(r)
0 commit comments