Merge pull request #18 from isamu/doc_typo_fix

Fix typo.
main
Igor Canadi 11 years ago
commit 4ee6e6c9d6
  1. 2
      doc/index.html

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

Loading…
Cancel
Save