Skip to content

Commit b734641

Browse files
committed
Update docs
1 parent 04de1e0 commit b734641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Visitor-and-Patch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Visitor and Patch
22

3-
[ast](https://pkg.go.dev/github.com/antonmedv/expr/ast?tab=doc) package provides
4-
`ast.Visitor` interface and `ast.Walk` function. You can use it for customizing
5-
of the AST before compiling.
3+
The [ast](https://pkg.go.dev/github.com/antonmedv/expr/ast?tab=doc) package
4+
provides `ast.Visitor` interface and `ast.Walk` function. You can use it for
5+
customizing of the AST before compiling.
66

77
For example, if you want to collect all variable names:
88

0 commit comments

Comments
 (0)