This commit is contained in:
Yusuke Inuzuka 2019-12-06 18:23:52 +09:00 committed by GitHub
parent e528cffacf
commit a47a029d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}