Skip to content

Commit

Permalink
Merge pull request #17 from marvin-j97/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ecton authored Mar 6, 2024
2 parents b22bd01 + 5212177 commit 1470e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ databases.
- Uses a [write-ahead log][okaywal] for efficient, atomic, durable writes.
- Data chunks can be written and assigned a unique ID.
- Data chunks can be archived by their unique ID.
- The database can be checkpointed to free preivously archived data for reuse.
- The database can be checkpointed to free previously archived data for reuse.
- The lifecycle of data allows building full database replication from the
commit log contained within the database and ensuring data isn't overwritten
before all clients are replicated.
Expand Down

0 comments on commit 1470e01

Please sign in to comment.