From bc0eb813ffad75059a5e28ec46e2846371c75c06 Mon Sep 17 00:00:00 2001 From: lyj Date: Mon, 8 Mar 2021 14:12:33 +0800 Subject: [PATCH] Update file_slice.rs typo fix --- src/directory/file_slice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/directory/file_slice.rs b/src/directory/file_slice.rs index cc2b97aa6..fac8f86cb 100644 --- a/src/directory/file_slice.rs +++ b/src/directory/file_slice.rs @@ -46,7 +46,7 @@ where } /// Logical slice of read only file in tantivy. -// +/// /// It can be cloned and sliced cheaply. /// #[derive(Clone)]