Merge branch 'master' of github.com:nathanmarz/specter

This commit is contained in:
Nathan Marz 2016-09-06 10:44:45 -04:00
commit 0901a24377

View file

@ -63,7 +63,7 @@ Consider these examples:
(into (empty data) (map inc data)) ;; doesn't work, reverses the order of lists (into (empty data) (map inc data)) ;; doesn't work, reverses the order of lists
;; Specter ;; Specter
(transform ALL inc data) ;; works for all Clojure datatypes with near-optimial efficiency (transform ALL inc data) ;; works for all Clojure datatypes with near-optimal efficiency
``` ```