From: Patrice Chalin Date: Wed, 22 Jan 2025 13:57:24 +0000 (-0500) Subject: markup/goldmark: Fix typo in func comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f704d75699e41a3df7012bcab91650149bcd3504;p=brevno-suite%2Fhugo markup/goldmark: Fix typo in func comment --- diff --git a/markup/goldmark/internal/render/context.go b/markup/goldmark/internal/render/context.go index 32304fafa..469ea72e3 100644 --- a/markup/goldmark/internal/render/context.go +++ b/markup/goldmark/internal/render/context.go @@ -265,7 +265,7 @@ func (c *hookBase) PositionerSourceTarget() []byte { } // TextPlain returns a plain text representation of the given node. -// This will resolve any lefover HTML entities. This will typically be +// This will resolve any leftover HTML entities. This will typically be // entities inserted by e.g. the typographer extension. // Goldmark's Node.Text was deprecated in 1.7.8. func TextPlain(n ast.Node, source []byte) string {