Skip to content

Commit 4a3583e

Browse files
committed
Fix typo.
1 parent 5ebc6b0 commit 4a3583e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1>Atomic Updates</h1>
8080
atomically apply a set of updates:
8181
<p>
8282
<pre>
83-
#include "leveldb/write_batch.h"
83+
#include "rocksdb/write_batch.h"
8484
...
8585
std::string value;
8686
rocksdb::Status s = db-&gt;Get(rocksdb::ReadOptions(), key1, &amp;value);

0 commit comments

Comments
 (0)