Fix docstring on common.weak ns function

This commit is contained in:
Andrey Antukh 2025-09-24 10:00:03 +02:00
parent 528315b75c
commit fdf70ae9c1

View File

@ -22,7 +22,7 @@
#?(:cljs
(defn weak-map
"Create a WeakMap like instance what uses clojure equality
"Create a WeakMap-like instance what uses clojure equality
semantics."
[]
(new wm/WeakEqMap #js {:hash hash :equals =})))