mirror of
https://github.com/penpot/penpot.git
synced 2026-05-11 19:13:49 +00:00
✨ Fix docstring on common.weak ns function
This commit is contained in:
parent
528315b75c
commit
fdf70ae9c1
@ -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 =})))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user