From 4a3583e18e3474a4f08d3517e20bca600354c30f Mon Sep 17 00:00:00 2001 From: Isamu Arimoto Date: Thu, 28 Nov 2013 03:57:16 +0900 Subject: [PATCH] Fix typo. --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 8c0c9de5a..84c4d132a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -80,7 +80,7 @@ Such problems can be avoided by using the WriteBatch class to atomically apply a set of updates:

-  #include "leveldb/write_batch.h"
+  #include "rocksdb/write_batch.h"
   ...
   std::string value;
   rocksdb::Status s = db->Get(rocksdb::ReadOptions(), key1, &value);