fix typo/formatting

This commit is contained in:
Nathan Marz 2015-09-18 15:01:01 -04:00
parent 3f22361fad
commit f12b6bc046
2 changed files with 6 additions and 5 deletions

View file

@ -117,7 +117,7 @@
))
(defn replace-in
"Similar to transform, except returns a pair of [transformd-structure sequence-of-user-ret].
"Similar to transform, except returns a pair of [transformed-structure sequence-of-user-ret].
The transform-fn in this case is expected to return [ret user-ret]. ret is
what's used to transform the data structure, while user-ret will be added to the user-ret sequence
in the final return. replace-in is useful for situations where you need to know the specific values
@ -164,6 +164,7 @@
(i/srange-transform structure start end next-fn)
))
(def BEGINNING (srange 0 0))
(def END (srange-dynamic count count))