Update src/store/writer.rs

Co-authored-by: Paul Masurel <paul@quickwit.io>
This commit is contained in:
PSeitz
2022-06-17 10:21:20 +02:00
committed by Pascal Seitz
parent 7bf5962554
commit efabcbcdf5

View File

@@ -222,7 +222,7 @@ impl StoreWriter {
}
}
/// BlockCompressor is seperated from StoreWriter, to be run in an own thread
/// BlockCompressor is separated from StoreWriter, to be run in an own thread
pub struct BlockCompressor {
compressor: Compressor,
doc: DocId,