mirror of
https://github.com/golang/go
synced 2024-11-22 13:45:00 -07:00
Fixing a comment
This commit is contained in:
parent
a98589711d
commit
8fd5ab01fa
@ -23,7 +23,7 @@ import (
|
||||
"unicode/utf8"
|
||||
)
|
||||
|
||||
// A source position is represented by a Position value.
|
||||
// Position is a value that represents a source position.
|
||||
// A position is valid if Line > 0.
|
||||
type Position struct {
|
||||
Filename string // filename, if any
|
||||
|
Loading…
Reference in New Issue
Block a user