-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Inline the PluralRules GetOperands AO (#930)
GetOperands was only called from the ResolvePlural AO, which immediately passed the returned Record into the implementation-defined PluralRuleSelect AO. The revised version directly passes PluralRuleSelect the decimal String which was previously parsed by GetOperands. Implementations of PluralRuleSelect may (or may not) internally use something like GetOperands to determine the plural category returned. fixes #635
- Loading branch information
Showing
1 changed file
with
6 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters