mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
markup/goldmark: Fix typo in func comment
This commit is contained in:
parent
9d765e1b99
commit
f704d75699
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue