commit | 1f0dd291dff1a1ce0f734b999a2f9dcc2d134650 | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Mon Dec 05 15:12:37 2022 |
committer | Moritz <mosum@google.com> | Mon Dec 05 15:12:37 2022 |
tree | d11eda7e5a5015edf190f2eaaf9f057b4bee040f | |
parent | a127902594a964f2090239fb454adadf7c1a77ef [diff] |
fix small bug in plural rules
diff --git a/lib/src/plural_rules.dart b/lib/src/plural_rules.dart index 0e8d469..610dfdf 100644 --- a/lib/src/plural_rules.dart +++ b/lib/src/plural_rules.dart
@@ -36,7 +36,7 @@ _precision = precision; _i = _n.round(); _updateVF(_n); - _updateWT(_f, _v); + _updateWT(_v, _f); } /// The number whose [PluralCase] we are trying to find.