From 976bd20be3d8bc237006884dac52c13ba8a67e6a Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Mon, 20 Jul 2015 01:30:43 +0600 Subject: [PATCH] typo --- src/datascript/query_v3.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datascript/query_v3.cljc b/src/datascript/query_v3.cljc index 7176842d..fea05dd8 100644 --- a/src/datascript/query_v3.cljc +++ b/src/datascript/query_v3.cljc @@ -59,9 +59,9 @@ (deftype Tuple [arr _hash] #?@( :cljs [ - Object (equiv [this other] (tuple-equiv this other)) + Object (equiv [this other] (equiv-tuple this other)) IHash (-hash [_] _hash) - IEquiv (-equiv [this other] (tuple-equiv this other)) ] + IEquiv (-equiv [this other] (equiv-tuple this other)) ] :clj [ Object (hashCode [_] _hash)