From bf0b14036471db89c90e21c31cbf2f732ca40ab9 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 11 Apr 2024 00:31:33 -0700 Subject: all: Fix duplicate words in comments --- markup/internal/attributes/attributes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markup') 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 -- cgit v1.2.3