Skip to content

Commit ed83ed6

Browse files
Abirdcflygopherbot
authored andcommitted
modfile: remove duplicate words from comments
Change-Id: I47505523c97b30648f8be18fed057a6f139e6a00 GitHub-Last-Rev: c3a270c GitHub-Pull-Request: #9 Reviewed-on: https://go-review.googlesource.com/c/mod/+/424454 Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: hopehook <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: hopehook <[email protected]> Run-TryBot: Bryan Mills <[email protected]>
1 parent f994a2a commit ed83ed6

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)