Skip to content

Commit f704d75

Browse files
authored
markup/goldmark: Fix typo in func comment
1 parent 9d765e1 commit f704d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markup/goldmark/internal/render/context.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func (c *hookBase) PositionerSourceTarget() []byte {
265265
}
266266

267267
// TextPlain returns a plain text representation of the given node.
268-
// This will resolve any lefover HTML entities. This will typically be
268+
// This will resolve any leftover HTML entities. This will typically be
269269
// entities inserted by e.g. the typographer extension.
270270
// Goldmark's Node.Text was deprecated in 1.7.8.
271271
func TextPlain(n ast.Node, source []byte) string {

0 commit comments

Comments
 (0)