Skip to content

Commit

Permalink
Fix punctuation of doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jjti committed Jan 12, 2024
1 parent cd062ed commit 1536a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spancheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func newAnalyzer(config *Config) *analysis.Analyzer {

return &analysis.Analyzer{
Name: "spancheck",
Doc: "checks for mistakes with OpenTelemetry/Census spans",
Doc: "Checks for mistakes with OpenTelemetry/Census spans.",
Flags: config.fs,
Run: run(config),
Requires: []*analysis.Analyzer{
Expand Down

0 comments on commit 1536a9c

Please sign in to comment.