Commit bc0a1c61 authored by Robert Griesemer's avatar Robert Griesemer

scanner: better comment

R=rsc
CC=golang-dev
https://golang.org/cl/1900044
parent 7734ad51
......@@ -158,7 +158,7 @@ type Scanner struct {
ErrorCount int
// 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.
Mode uint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment