mirror of
https://github.com/golang/go
synced 2024-11-20 08:54:40 -07:00
scanner: better comment
R=rsc CC=golang-dev https://golang.org/cl/1900044
This commit is contained in:
parent
7734ad5179
commit
bc0a1c61f7
@ -158,7 +158,7 @@ type Scanner struct {
|
|||||||
ErrorCount int
|
ErrorCount int
|
||||||
|
|
||||||
// The Mode field controls which tokens are recognized. For instance,
|
// The Mode field controls which tokens are recognized. For instance,
|
||||||
// to recognize Ints, set the (1<<-Int) bit in Mode. The field may be
|
// to recognize Ints, set the ScanInts bit in Mode. The field may be
|
||||||
// changed at any time.
|
// changed at any time.
|
||||||
Mode uint
|
Mode uint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user