Add a space to the nthpath documentation.

This commit is contained in:
Michael Fogleman 2017-09-11 10:21:42 -04:00
parent c233fb7e9d
commit efd123d17e

View file

@ -935,7 +935,7 @@
must must
(eachnav n/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."} NONE, that element is removed from the sequence."}
nthpath nthpath
(eachnav n/nthpath*)) (eachnav n/nthpath*))