Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Mar 5, 2024
1 parent b22bd01 commit 5212177
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 5212177

Please sign in to comment.