From 5a8ff74ab026d816825a7eab815a9654a9cc8856 Mon Sep 17 00:00:00 2001 From: Ada Alakbarova <58857108+ada4a@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:21:37 +0200 Subject: [PATCH] fix typo (#776) --- src/enc/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enc/write.rs b/src/enc/write.rs index 97a4784..70ad000 100644 --- a/src/enc/write.rs +++ b/src/enc/write.rs @@ -66,7 +66,7 @@ impl Writer for SliceWriter<'_> { } } -/// A writer that counts how many bytes were written. This is useful for e.g. pre-allocating buffers bfeore writing to them. +/// A writer that counts how many bytes were written. This is useful for e.g. pre-allocating buffers before writing to them. #[derive(Default)] pub struct SizeWriter { /// the amount of bytes that were written so far