Skip to content

Commit f587fc1

Browse files
Merge pull request #16 from alexandear/update-analyzer-doc
update: change analyzer doc
2 parents b40a394 + d12d98f commit f587fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: copyloopvar.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var checkAlias bool
1515
func NewAnalyzer() *analysis.Analyzer {
1616
analyzer := &analysis.Analyzer{
1717
Name: "copyloopvar",
18-
Doc: "copyloopvar is a linter detects places where loop variables are copied",
18+
Doc: "a linter detects places where loop variables are copied",
1919
Run: run,
2020
Requires: []*analysis.Analyzer{
2121
inspect.Analyzer,

0 commit comments

Comments
 (0)