diff --git a/common/src/app/common/weak.cljc b/common/src/app/common/weak.cljc index 87ae6cbc4b..f9efeb73e7 100644 --- a/common/src/app/common/weak.cljc +++ b/common/src/app/common/weak.cljc @@ -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 =})))