mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Fix typo
This commit is contained in:
parent
e528cffacf
commit
a47a029d55
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ type NodeRendererFuncRegisterer interface {
|
|||
type Renderer interface {
|
||||
Render(w io.Writer, source []byte, n ast.Node) error
|
||||
|
||||
// AddOptions adds given option to thie parser.
|
||||
// AddOptions adds given option to this renderer.
|
||||
AddOptions(...Option)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue