tweak comment

This commit is contained in:
Krzysztof Kowalczyk 2018-01-28 13:14:02 -08:00
parent 5041dfee1f
commit 6465b74c87
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type Renderer interface {
}
// Parse parsers a markdown document using provided parser or parser configured
// with most common extensions if parser is nil.
// with parser.CommonExtensions if parser is nil.
//
// It returns ast tree that can be converted to another format using a renderer.
func Parse(markdown []byte, p *parser.Parser) ast.Node {