summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2017-02-28 16:22:17 -0800
committerChris Mumford <cmumford@chromium.org>2017-03-01 09:42:25 -0800
commit7fa20948d5a92d0e4b62486ed49e82814fa7bd6d (patch)
treeb71bbd7bcdfcbef96aeaf29bf524c32e6c78c960 /table
parentea175e28f8ef7f6a8f5931ebad1835d95ec466ed (diff)
downloadleveldb-7fa20948d5a92d0e4b62486ed49e82814fa7bd6d.tar.gz
Convert documentation to markdown.
Markdown is more readable in a text editor and when hosted on GitHub is more readable than HTML. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148830423
Diffstat (limited to 'table')
-rw-r--r--table/filter_block.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/filter_block.cc b/table/filter_block.cc
index 4e78b95..1ed5134 100644
--- a/table/filter_block.cc
+++ b/table/filter_block.cc
@@ -9,7 +9,7 @@
namespace leveldb {
-// See doc/table_format.txt for an explanation of the filter block format.
+// See doc/table_format.md for an explanation of the filter block format.
// Generate new filter every 2KB of data
static const size_t kFilterBaseLg = 11;