Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clyfe authored Jan 12, 2024
1 parent a701590 commit b2926b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clara_eav/store.cljc
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit b2926b6

Please sign in to comment.