Skip to content

Commit 1263558

Browse files
committed
fix typo in comment
1 parent 00cde44 commit 1263558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub fn save_ascii_frames(file_path: &Path, rle_frames: &[RleFrame]) -> Result<()
6767
let checksum = Sha256::digest(&data_to_hash);
6868
log::debug!("Computed checksum: {:x?}", checksum.as_slice());
6969

70-
// don't know why i =need zstd for compressing, there has to be a more efficient way
70+
// don't know why i need zstd for compressing, there has to be a more efficient way
7171
let file = File::create(file_path).map_err(|e| AppError::Io {
7272
source: e,
7373
context: Some(file_path.display().to_string()),

0 commit comments

Comments
 (0)