From 8bf63104726c716b1230576988e1a11bdad08f73 Mon Sep 17 00:00:00 2001 From: Christopher Miles Date: Thu, 2 Jul 2020 15:16:31 -0700 Subject: [PATCH] Update index.md Fixed grammatical mistake. --- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index 3d9a258..bd52d95 100644 --- a/doc/index.md +++ b/doc/index.md @@ -10,8 +10,8 @@ according to a user-specified comparator function. ## Opening A Database A leveldb database has a name which corresponds to a file system directory. All -of the contents of database are stored in this directory. The following example -shows how to open a database, creating it if necessary: +of the contents of the database are stored in this directory. The following +example shows how to open a database, creating it if necessary: ```c++ #include