mirror of
https://github.com/google/leveldb.git
synced 2025-01-27 06:30:07 +08:00
Update index.md
Fixed grammatical mistake.
This commit is contained in:
parent
5bd5f0f67a
commit
8bf6310472
@ -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 <cassert>
|
||||
|
Loading…
Reference in New Issue
Block a user