From b2926b6bbc8cf8d16dfb3508ef316a578b26a618 Mon Sep 17 00:00:00 2001 From: clyfe <40490+clyfe@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:06:56 +0200 Subject: [PATCH] Fix typo --- src/clara_eav/store.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clara_eav/store.cljc b/src/clara_eav/store.cljc index 64a4258..b0bc385 100644 --- a/src/clara_eav/store.cljc +++ b/src/clara_eav/store.cljc @@ -1,5 +1,5 @@ (ns ^:no-doc clara-eav.store - "A store is a subset of Datscript; it keeps track of max-eid for the sequence + "A store is a subset of Datascript; it keeps track of max-eid for the sequence of ints that resolve tempids; it also maintains an EAV index to efficiently compute retractables on retract and insertables and retractables on upsert, to be operated on Clara."