Fixing a comment

This commit is contained in:
mehradsadeghi 2021-07-16 22:42:33 +04:30
parent a98589711d
commit 8fd5ab01fa

View file

@ -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