diff options
Diffstat (limited to 'src/boot.clj')
-rw-r--r-- | src/boot.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj index cbc10525..bee1bc0f 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -300,7 +300,7 @@ structures define equals() (and thus =) as a value, not an identity, comparison." {:tag Boolean} - [x y] (. clojure.lang.RT (equal x y))) + [x y] (. clojure.lang.Util (equal x y))) (defn not= "Same as (not (= obj1 obj2))" |