diff --git a/List-of-Navigators.md b/List-of-Navigators.md index d9bd8b3..62d2874 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -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