Update README.md

This commit is contained in:
Nathan Marz 2016-09-06 10:31:56 -04:00 committed by GitHub
parent 97e8341fe5
commit 472952e21c

View file

@ -63,7 +63,7 @@ Consider these examples:
(into (empty data) (map inc data)) ;; doesn't work, reverses the order of lists
;; 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
```