fix description of params-reset

This commit is contained in:
Nathan Marz 2016-06-12 12:22:28 -04:00
parent f270f0736a
commit 3e75fe3f56

View file

@ -458,7 +458,7 @@ navigated at the structure.
`(params-reset params-path)`
Resets the index in the parameter list to 0. Useful for defining recursive navigators.
Instructs the provided navigator to backtrack in the params array by the number of parameters it requires before navigating. Useful for defining recursive navigators.
```clojure
=> (let [k-path (comp-paths must (params-reset must))]