mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-07 18:55:19 +00:00
fix spelling (#4069)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user