Follow capitalization convention in example of path.
This commit is contained in:
parent
062e705756
commit
aee7bad6eb
1 changed files with 2 additions and 2 deletions
|
|
@ -391,8 +391,8 @@ select/transform/setval/replace-in/etc. macros.
|
||||||
Any higher order navigators passed to `path` must include their arguments, even if their arguments will be evaluated at runtime.
|
Any higher order navigators passed to `path` must include their arguments, even if their arguments will be evaluated at runtime.
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
=> (def p (path even?))
|
=> (def MY-PATH (path even?))
|
||||||
=> (select [ALL p] (range 10))
|
=> (select [ALL MY-PATH] (range 10))
|
||||||
[0 2 4 6 8]
|
[0 2 4 6 8]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue