From d204ae8e5e54c3b7dec5adac8aa9cb907eb11c05 Mon Sep 17 00:00:00 2001
From: Dmitriy Fishman <fishman.code@gmail.com>
Date: Fri, 14 Jan 2022 07:00:15 +0200
Subject: [PATCH] fix a typo in impl.md

---
 doc/impl.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/impl.md b/doc/impl.md
index c9bb621..3dc6fd2 100644
--- a/doc/impl.md
+++ b/doc/impl.md
@@ -25,7 +25,7 @@ A sorted table (*.ldb) stores a sequence of entries sorted by key. Each entry is
 either a value for the key, or a deletion marker for the key. (Deletion markers
 are kept around to hide obsolete values present in older sorted tables).
 
-The set of sorted tables are organized into a sequence of levels. The sorted
+The set of sorted tables is organized into a sequence of levels. The sorted
 table generated from a log file is placed in a special **young** level (also
 called level-0). When the number of young files exceeds a certain threshold
 (currently four), all of the young files are merged together with all of the