We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3d66 commit cb94a39Copy full SHA for cb94a39
docs/Visitor-and-Patch.md
@@ -48,7 +48,7 @@ program, err := expr.Compile(code, expr.Patch(&visitor{}))
48
```
49
50
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
+Type information is also available. Here is an example, there all `fmt.Stringer` interface automatically
52
converted to `string` type.
53
54
```go
0 commit comments