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 cc47df0 commit dd491cfCopy full SHA for dd491cf
src/bufio/scan.go
@@ -22,7 +22,7 @@ import (
22
// client may instead provide a custom split function.
23
//
24
// Scanning stops unrecoverably at EOF, the first I/O error, or a token too
25
-// large to fit in the buffer. When a scan stops, the reader may have
+// large to fit in the [Scanner.Buffer]. When a scan stops, the reader may have
26
// advanced arbitrarily far past the last token. Programs that need more
27
// control over error handling or large tokens, or must run sequential scans
28
// on a reader, should use [bufio.Reader] instead.
0 commit comments