Skip to content

Commit 1536a9c

Browse files
committed
Fix punctuation of doc
1 parent cd062ed commit 1536a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spancheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func newAnalyzer(config *Config) *analysis.Analyzer {
4141

4242
return &analysis.Analyzer{
4343
Name: "spancheck",
44-
Doc: "checks for mistakes with OpenTelemetry/Census spans",
44+
Doc: "Checks for mistakes with OpenTelemetry/Census spans.",
4545
Flags: config.fs,
4646
Run: run(config),
4747
Requires: []*analysis.Analyzer{

0 commit comments

Comments
 (0)