Skip to content

Commit

Permalink
internal/lsp/helper: fix misspelled "Code generated" comment
Browse files Browse the repository at this point in the history
...as defined by https://go.dev/s/generatedcode.

Change-Id: Ia6fee7f28a540d2a4a05590887fa78af19d5fc7e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/540217
Reviewed-by: Peter Weinberger <pjw@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
adonovan committed Nov 7, 2023
1 parent 2638d66 commit b753e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gopls/internal/lsp/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var tmpl = `// Copyright 2021 The Go Authors. All rights reserved.
package lsp
// code generated by helper. DO NOT EDIT.
// Code generated by gopls/internal/lsp/helper. DO NOT EDIT.
import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion gopls/internal/lsp/server_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b753e58

Please sign in to comment.