Merge branch 'master' of github.com:nathanmarz/specter
This commit is contained in:
commit
0901a24377
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue