Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit cfc0672

Browse files
authored
fix typo (#776)
1 parent 037f097 commit cfc0672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enc/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl Writer for SliceWriter<'_> {
6666
}
6767
}
6868

69-
/// A writer that counts how many bytes were written. This is useful for e.g. pre-allocating buffers bfeore writing to them.
69+
/// A writer that counts how many bytes were written. This is useful for e.g. pre-allocating buffers before writing to them.
7070
#[derive(Default)]
7171
pub struct SizeWriter {
7272
/// the amount of bytes that were written so far

0 commit comments

Comments
 (0)