fix spelling (#4069)

This commit is contained in:
Joey de Waal
2025-10-28 13:18:47 +01:00
committed by GitHub
parent e4afbd4ca1
commit e8384f2a00
14 changed files with 18 additions and 18 deletions

View File

@@ -206,7 +206,7 @@ migrations-dir = "foo/migrations"
# Note that the TOML format requires double-quoted strings to process escapes.
# ignored-chars = ["\r"]
# Ignore common whitespace characters (beware syntatically significant whitespace!)
# Ignore common whitespace characters (beware syntactically significant whitespace!)
# Space, tab, CR, LF, zero-width non-breaking space (U+FEFF)
#
# U+FEFF is added by some editors as a magic number at the beginning of a text file indicating it is UTF-8 encoded,

View File

@@ -84,7 +84,7 @@ pub enum Error {
source: BoxDynError,
},
/// Error occured while encoding a value.
/// Error occurred while encoding a value.
#[error("error occurred while encoding a value: {0}")]
Encode(#[source] BoxDynError),