mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-10 19:54:08 +02:00
markup/goldmark: Fix typo in func comment
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user