Skip to content

Commit 60d977c

Browse files
committed
fix: add period to comment for golangci-lint compliance
1 parent b78d4c2 commit 60d977c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/markdown/parser/tag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
// MaxTagLength defines the maximum number of runes allowed in a tag
15+
// MaxTagLength defines the maximum number of runes allowed in a tag.
1616
MaxTagLength = 100
1717
)
1818

0 commit comments

Comments
 (0)