Update file_slice.rs

typo fix
This commit is contained in:
lyj
2021-03-08 14:12:33 +08:00
committed by GitHub
parent a259023fd9
commit bc0eb813ff

View File

@@ -46,7 +46,7 @@ where
}
/// Logical slice of read only file in tantivy.
//
///
/// It can be cloned and sliced cheaply.
///
#[derive(Clone)]