Skip to content

Commit 6c83c75

Browse files
committed
Revert breaking change
1 parent 75e830b commit 6c83c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n-config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub enum I18nConfigError {
4141
#[error("Cannot deserialize toml file {0:?} because {1}.")]
4242
CannotDeserializeToml(PathBuf, basic_toml::Error),
4343
#[error("Cannot parse i18n configuration file {0:?} because {1}.")]
44-
CannotParseI18nToml(PathBuf, String),
44+
CannotPaseI18nToml(PathBuf, String),
4545
#[error("There is no i18n configuration file present for the crate {0}.")]
4646
NoI18nConfig(String),
4747
#[error("The \"{0}\" is required to be present in the i18n configuration file \"{1}\"")]

0 commit comments

Comments
 (0)