Skip to content

Commit

Permalink
Fixed spelling mistake (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kajjagtenberg committed Aug 24, 2021
1 parent f8981f4 commit 45965ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It aims to provide fast point lookups by indexing keys in an on-disk hash table.

# Design

Two key components of Pogeb are a write-ahead log (WAL) and a hash table index.
Two key components of Pogreb are a write-ahead log (WAL) and a hash table index.
The WAL stores key-value pairs on disk in append-only files.
The on-disk hash table allows constant time lookups from keys to key-value pairs in the WAL.

Expand Down

0 comments on commit 45965ac

Please sign in to comment.