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 5a6d044 commit f4accb8Copy full SHA for f4accb8
README.md
@@ -39,7 +39,7 @@ product.Stock < 15
39
```coffeescript
40
all(Tweets, {.Size < 140})
41
```
42
-* Fast ([benchamrks](https://github.com/antonmedv/golang-expression-evaluation-comparison)).
+* Fast ([benchmarks](https://github.com/antonmedv/golang-expression-evaluation-comparison)).
43
44
## Install
45
@@ -53,7 +53,7 @@ go get -u github.com/antonmedv/expr
53
54
## Documentation
55
56
-* See [docs](docs) for developer documentation.
+* See [docs](docs) page for developer documentation.
57
* See [The Expression Syntax](https://github.com/antonmedv/expr/wiki/The-Expression-Syntax) page to learn the syntax.
58
59
## Examples
0 commit comments