update analyzer doc wording

This commit is contained in:
Gabriel Augendre 2024-03-27 19:25:49 +01:00
parent c07c76b205
commit 30700a7521

View file

@ -14,7 +14,7 @@ import (
var Analyzer = &analysis.Analyzer{
Name: "foreshadow",
Doc: "Enforces context shadowing inside loops.",
Doc: "enforce context shadowing inside loops",
Run: run,
Requires: []*analysis.Analyzer{inspect.Analyzer},
}