From b88b4758f4dbc05e0b43b0c04b1d7cd0cc03d021 Mon Sep 17 00:00:00 2001 From: Leonardo Arias Date: Wed, 16 Jul 2025 13:26:44 -0600 Subject: [PATCH] Fix typo: cavats -> caveats --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8329ea7..0d1dce2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A 'proper' database is very complex, and has to solve several difficult problems ### What if? -But what if we don't need to maintain an index? There are two obvious cavats here: +But what if we don't need to maintain an index? There are two obvious caveats here: - Without an index, we cannot move the data around after it's written. Compaction will not be possible. This can lead to fragmentation; where inserts/deletes fragments the buffer space, caused by differently-sized data-chunks, eventually deteriorating