Merge pull request #230 from mwfogleman/space

Add a space to the nthpath documentation.
This commit is contained in:
Nathan Marz 2017-09-11 16:14:46 -04:00 committed by GitHub
commit ac3fe713ac

View file

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