Skip to content

Commit 6eb3de2

Browse files
committed
internal/lsp/analysis: fix a doc comment typo
Fixes the grammar Updates #50262 Change-Id: I8bc524b26d6cbeda3e626d0e83601529cbf7ff6e Reviewed-on: https://go-review.googlesource.com/c/tools/+/405540 Reviewed-by: Robert Findley <[email protected]>
1 parent 728485f commit 6eb3de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lsp/analysis/embeddirective/embeddirective.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func run(pass *analysis.Pass) (interface{}, error) {
3535
return nil, nil
3636
}
3737

38-
// Check if comment contains //go:embed directive.
38+
// Check if the comment contains //go:embed directive.
3939
func hasEmbedDirectiveComment(f *ast.File) *ast.Comment {
4040
for _, cg := range f.Comments {
4141
for _, c := range cg.List {

0 commit comments

Comments
 (0)