Fix typo.

This commit is contained in:
Isamu Arimoto 2013-11-28 03:57:16 +09:00
parent 5ebc6b0f0b
commit 4a3583e18e

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);