From 7fa20948d5a92d0e4b62486ed49e82814fa7bd6d Mon Sep 17 00:00:00 2001 From: cmumford Date: Tue, 28 Feb 2017 16:22:17 -0800 Subject: 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 --- table/filter_block.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table') 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; -- cgit v1.2.1