Remove unnecessary example.
This commit is contained in:
parent
d0cece8bf5
commit
4697c39230
1 changed files with 0 additions and 2 deletions
|
|
@ -473,8 +473,6 @@ Resets the index in the parameter list to 0. Useful for defining recursive navig
|
|||
(stay-then-continue must (params-reset MyWalker)))
|
||||
=> (select (MyWalker :a) {:a {:a {:b 2}}})
|
||||
({:a {:a {:b 2}}} {:a {:b 2}} {:b 2})
|
||||
=> (select (MyWalker :a) {:a {:b {:a 0}}})
|
||||
({:a {:b {:a 0}}} {:b {:a 0}})
|
||||
```
|
||||
|
||||
### parser
|
||||
|
|
|
|||
Loading…
Reference in a new issue