From 3e75fe3f56bdb257561dc84edf1ea11990d1e565 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 12 Jun 2016 12:22:28 -0400 Subject: [PATCH] fix description of params-reset --- List-of-Navigators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/List-of-Navigators.md b/List-of-Navigators.md index 49b76ca..bd810a8 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -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))]