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
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/z7zmey/php-parser/walker" "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 // Also prints comments and positions attached to nodes
type Dumper struct { type Dumper struct {
Writer io.Writer Writer io.Writer