We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9a6df commit f1ee201Copy full SHA for f1ee201
grammar/en/src/rules.rs
@@ -1273,7 +1273,7 @@ pub fn rules_time(b: &mut RuleSetBuilder<Dimension>) -> RustlingResult<()> {
1273
"nine" => 9,
1274
"ten" => 10,
1275
"eleven" => 11,
1276
- "tweve" => 12,
+ "twelve" => 12,
1277
_ => return Err(RuleErrorKind::Invalid.into()),
1278
};
1279
Ok(helpers::hour(hour, true)?.precision(Approximate))
@@ -1873,4 +1873,4 @@ pub fn rules_numbers(b: &mut RuleSetBuilder<Dimension>) -> RustlingResult<()> {
1873
ordinal_check!(),
1874
|_, ordinal| Ok((*ordinal.value()).prefixed()));
1875
Ok(())
1876
-}
+}
0 commit comments