Skip to content

Commit 326d6db

Browse files
committed
fix lint
1 parent 7b6d6c4 commit 326d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/db/src/logseq/db/common/entity_plus.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
(d/entity db eid)))
7676

7777
(defn unsafe->Entity
78-
"Faster verison of d/entity without checking e exists.
78+
"Faster version of d/entity without checking e exists.
7979
Only use it in performance-critical areas and where the existence of 'e' is confirmed."
8080
[db e]
8181
{:pre [(pos-int? e)]}

0 commit comments

Comments
 (0)