Skip to content

Commit 9614b29

Browse files
adambaratzBooleanCat
authored andcommitted
Fix typo
1 parent 9904dfa commit 9614b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it/lines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Lines yields lines from an io.Reader.
1010
//
11-
// Note: lines longer than 65536 will cauese an error.
11+
// Note: lines longer than 65536 will cause an error.
1212
func Lines(r io.Reader) iter.Seq2[[]byte, error] {
1313
return func(yield func([]byte, error) bool) {
1414
scanner := bufio.NewScanner(r)

0 commit comments

Comments
 (0)