mirror of https://github.com/golang/go.git
go/scanner: fix minor typo
R=r CC=golang-dev https://golang.org/cl/6442076
This commit is contained in:
parent
593c51cff1
commit
c12a63f7d3
|
|
@ -81,7 +81,7 @@ func (s *Scanner) next() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// A mode value is set of flags (or 0).
|
// A mode value is a set of flags (or 0).
|
||||||
// They control scanner behavior.
|
// They control scanner behavior.
|
||||||
//
|
//
|
||||||
type Mode uint
|
type Mode uint
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue