go/src/bufio
Mickey Reiss 4fbb4e74aa bufio: Fix typo in scan.go documentation
Apologies for the the nitpicky PR. I believe there is a minor typo in the documentation of `MaxScanTokenSize`, which confused me for a moment when I went to search for the referenced method, `Scan.Buffer`. Thanks!

Change-Id: I5d21e77276285206497fe75291001032c255cace
GitHub-Last-Rev: 635e35c019
GitHub-Pull-Request: golang/go#32193
Reviewed-on: https://go-review.googlesource.com/c/go/+/178637
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-05-23 13:55:55 +00:00
..
bufio.go bufio: document relationship between UnreadByte/UnreadRune and Peek 2019-01-08 23:47:27 +00:00
bufio_test.go bufio: make Reader.Peek invalidate Unreads 2018-11-13 15:08:13 +00:00
example_test.go bufio: fix emptyFinalToken example to handle multiple Reads 2019-03-02 18:28:10 +00:00
export_test.go bufio: add Reader.Size and Writer.Size accessors 2017-11-02 17:17:44 +00:00
scan.go bufio: Fix typo in scan.go documentation 2019-05-23 13:55:55 +00:00
scan_test.go all: remove redundant returns 2017-04-19 20:03:51 +00:00