diff --git a/README.md b/README.md index 768fe4e..19fb389 100644 --- a/README.md +++ b/README.md @@ -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 ```