Remove unnecessary example.

This commit is contained in:
Christopher O'Donnell 2016-06-12 12:06:13 -04:00
parent d0cece8bf5
commit 4697c39230

View file

@ -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