From 6e50268efb4d3660318ea135998441d0bca435c0 Mon Sep 17 00:00:00 2001 From: Skgland Date: Sun, 24 May 2026 10:30:30 +0200 Subject: [PATCH] fix spelling again --- src/parser/char_reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/char_reader.rs b/src/parser/char_reader.rs index ee7aa824..af1f0b6a 100644 --- a/src/parser/char_reader.rs +++ b/src/parser/char_reader.rs @@ -202,7 +202,7 @@ impl CharRead for CharReader { return Some(Err(bad_bytes_error(buf))); } - // buf is too short to determin if the remaining bytes in buf are a valid char + // buf is too short to determine if the remaining bytes in buf are a valid char // i.e. the content of buf is a prefix of a valid utf-8 encoded char // // we need to read more data from the underlying stream -- 2.54.0