fix some typos

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2023-06-19 16:43:32 +08:00
parent cb9d78fc7f
commit 530a3e2df3
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ use std::sync::Arc;
use memmap2::Mmap;
/// Wrapper around Mmap allowing to virtualy clone grenad-chunks
/// Wrapper around Mmap allowing to virtually clone grenad-chunks
/// in a parallel process like the indexing.
#[derive(Debug, Clone)]
pub struct ClonableMmap {