🐛 Fix typo

This commit is contained in:
Andrey Antukh 2025-03-17 16:29:00 +01:00
parent 6cc96ef679
commit b91e72d8a1

View file

@ -78,7 +78,7 @@
(reduce
(fn [acc [attrs v]]
(cond
(some attrs #{:widht :height}) (let [[_ a b] (data/diff #{:width :height} attrs)]
(some attrs #{:width :height}) (let [[_ a b] (data/diff #{:width :height} attrs)]
(cond-> (assoc acc b v)
;; Exact match in attrs
a (assoc a v)))