From: Skgland Date: Sun, 24 May 2026 08:30:30 +0000 (+0200) Subject: fix spelling again X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=6e50268efb4d3660318ea135998441d0bca435c0;p=scryer-prolog.git fix spelling again --- 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