Skip to content

Commit c3a270c

Browse files
authored
modfile: remove duplicate words from comments
1 parent 046e8b3 commit c3a270c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modfile/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ func (in *input) endToken(kind tokenKind) {
494494
in.token.endPos = in.pos
495495
}
496496

497-
// peek returns the kind of the the next token returned by lex.
497+
// peek returns the kind of the next token returned by lex.
498498
func (in *input) peek() tokenKind {
499499
return in.token.kind
500500
}

0 commit comments

Comments
 (0)