Skip to content

Commit cb94a39

Browse files
committed
Update docs
1 parent d3a3d66 commit cb94a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Visitor-and-Patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ program, err := expr.Compile(code, expr.Patch(&visitor{}))
4848
```
4949

5050
This can be useful for some edge cases, there you want to extend functionality of **Expr** language.
51-
Type information is also available. Here is example there all `fmt.Stringer` interface automatically
51+
Type information is also available. Here is an example, there all `fmt.Stringer` interface automatically
5252
converted to `string` type.
5353

5454
```go

0 commit comments

Comments
 (0)