From efabcbcdf5f23d8536177462ee630ed7648f99ab Mon Sep 17 00:00:00 2001 From: PSeitz Date: Fri, 17 Jun 2022 10:21:20 +0200 Subject: [PATCH] Update src/store/writer.rs Co-authored-by: Paul Masurel --- src/store/writer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/writer.rs b/src/store/writer.rs index f68fce831..1a15ab4ea 100644 --- a/src/store/writer.rs +++ b/src/store/writer.rs @@ -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,