Skip to content

Commit f1ee201

Browse files
authored
Typo
tweve => twelve
1 parent 8c9a6df commit f1ee201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammar/en/src/rules.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ pub fn rules_time(b: &mut RuleSetBuilder<Dimension>) -> RustlingResult<()> {
12731273
"nine" => 9,
12741274
"ten" => 10,
12751275
"eleven" => 11,
1276-
"tweve" => 12,
1276+
"twelve" => 12,
12771277
_ => return Err(RuleErrorKind::Invalid.into()),
12781278
};
12791279
Ok(helpers::hour(hour, true)?.precision(Approximate))
@@ -1873,4 +1873,4 @@ pub fn rules_numbers(b: &mut RuleSetBuilder<Dimension>) -> RustlingResult<()> {
18731873
ordinal_check!(),
18741874
|_, ordinal| Ok((*ordinal.value()).prefixed()));
18751875
Ok(())
1876-
}
1876+
}

0 commit comments

Comments
 (0)