From efd123d17e797bd9569edcf5a8ef4db073cb0319 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Mon, 11 Sep 2017 10:21:42 -0400 Subject: [PATCH] Add a space to the nthpath documentation. --- src/clj/com/rpl/specter.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/com/rpl/specter.cljc b/src/clj/com/rpl/specter.cljc index d7dc472..a571e88 100644 --- a/src/clj/com/rpl/specter.cljc +++ b/src/clj/com/rpl/specter.cljc @@ -935,7 +935,7 @@ must (eachnav n/must*)) -(def ^{:doc "Navigate to the specified indices one after another.If navigate to +(def ^{:doc "Navigate to the specified indices one after another. If navigate to NONE, that element is removed from the sequence."} nthpath (eachnav n/nthpath*))