Skip to content

Commit 8fd5ab0

Browse files
committed
Fixing a comment
1 parent a985897 commit 8fd5ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text/scanner/scanner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"unicode/utf8"
2424
)
2525

26-
// A source position is represented by a Position value.
26+
// Position is a value that represents a source position.
2727
// A position is valid if Line > 0.
2828
type Position struct {
2929
Filename string // filename, if any

0 commit comments

Comments
 (0)