Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jul 19, 2015
1 parent 4b63a1a commit 976bd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datascript/query_v3.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 976bd20

Please sign in to comment.