We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6d6c4 commit 326d6dbCopy full SHA for 326d6db
deps/db/src/logseq/db/common/entity_plus.cljc
@@ -75,7 +75,7 @@
75
(d/entity db eid)))
76
77
(defn unsafe->Entity
78
- "Faster verison of d/entity without checking e exists.
+ "Faster version of d/entity without checking e exists.
79
Only use it in performance-critical areas and where the existence of 'e' is confirmed."
80
[db e]
81
{:pre [(pos-int? e)]}
0 commit comments