Skip to content

Commit d50a18d

Browse files
committed
Typo fix
1 parent 7e24681 commit d50a18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/plurals/src/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ impl<'a> PluralElementsV1<'a> {
407407
.specials
408408
.iter()
409409
.filter_map(|ule| {
410-
(ule.0 == PluralElementsKeysV1::ExplicitZero.to_unaligned()).then_some(&ule.1)
410+
(ule.0 == PluralElementsKeysV1::ExplicitOne.to_unaligned()).then_some(&ule.1)
411411
})
412412
.next()
413413
{

0 commit comments

Comments
 (0)