diff options
author | Eitan Adler <[email protected]> | 2024-04-11 00:31:33 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-11 09:31:33 +0200 |
commit | bf0b14036471db89c90e21c31cbf2f732ca40ab9 (patch) | |
tree | e811b341cc3344d856dfd33ee41888ae0f28c6e4 /markup | |
parent | e9b8bec433238df4ae081528bb347dec7f029fd4 (diff) | |
download | hugo-bf0b14036471db89c90e21c31cbf2f732ca40ab9.tar.gz hugo-bf0b14036471db89c90e21c31cbf2f732ca40ab9.zip |
all: Fix duplicate words in comments
Diffstat (limited to 'markup')
-rw-r--r-- | markup/internal/attributes/attributes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/internal/attributes/attributes.go b/markup/internal/attributes/attributes.go index 15bed7039..9c147f766 100644 --- a/markup/internal/attributes/attributes.go +++ b/markup/internal/attributes/attributes.go @@ -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 |