Skip to content

Commit fae2d3d

Browse files
committed
Fix doc typo
1 parent 0660ebf commit fae2d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/badge/badge_glyph_width.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package badge
55

66
import "sync"
77

8-
// DejaVuGlyphWidthData is generated by `sfnt.Face.GlyphAdvance(nil, <rune>, 11, font.HintingNone)`with DejaVu Sans
8+
// DejaVuGlyphWidthData is generated by `sfnt.Face.GlyphAdvance(nil, <rune>, 11, font.HintingNone)` with DejaVu Sans
99
// v2.37 (https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-sans-ttf-2.37.zip).
1010
var DejaVuGlyphWidthData = sync.OnceValue(func() map[rune]uint8 {
1111
return map[rune]uint8{

0 commit comments

Comments
 (0)