Merge pull request #18 from isamu/doc_typo_fix

Fix typo.
This commit is contained in:
Igor Canadi 2013-11-27 11:25:08 -08:00
commit 4ee6e6c9d6

View File

@ -80,7 +80,7 @@ Such problems can be avoided by using the <code>WriteBatch</code> class to
atomically apply a set of updates:
<p>
<pre>
#include "leveldb/write_batch.h"
#include "rocksdb/write_batch.h"
...
std::string value;
rocksdb::Status s = db-&gt;Get(rocksdb::ReadOptions(), key1, &amp;value);