Skip to content

Commit 0afa8cf

Browse files
committed
Fix typehint
1 parent e9e21e1 commit 0afa8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xitdb/util/operations.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
cursor (.getCursor rhs hash-code)]
186186
(some? cursor)))
187187

188-
(defn ^WriteHashMap set-empty!
188+
(defn ^WriteHashSet set-empty!
189189
"Replaces the whs value with an empty set."
190190
[^WriteHashSet whs]
191191
(let [empty-set (conversion/v->slot! (.cursor whs) #{})]

0 commit comments

Comments
 (0)