all: Fix duplicate words in comments

This commit is contained in:
Eitan Adler 2024-04-11 00:31:33 -07:00 committed by GitHub
parent e9b8bec433
commit bf0b140364
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -136,7 +136,7 @@ type AttributesHolder struct {
// Attributes considered to be an option (code blocks)
options []Attribute
// What we send to the the render hooks.
// What we send to the render hooks.
attributesMapInit sync.Once
attributesMap map[string]any
optionsMapInit sync.Once