visitor : update doc

This commit is contained in:
Anthony HAMON
2018-04-07 21:43:48 +02:00
committed by GitHub
parent 738397f2da
commit b0a430441c

View File

@@ -13,7 +13,7 @@ import (
"github.com/z7zmey/php-parser/walker"
)
// Dumper writes ast hierarchy to Writer
// Dumper writes ast hierarchy to an io.Writer
// Also prints comments and positions attached to nodes
type Dumper struct {
Writer io.Writer