summaryrefslogtreecommitdiffstats
path: root/markup/internal/attributes/attributes.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/internal/attributes/attributes.go')
-rw-r--r--markup/internal/attributes/attributes.go2
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