Skip to content

Commit 2f9c180

Browse files
authored
1 parent d9bd9f4 commit 2f9c180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SmartFormat/Utilities/PluralRules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ private static int GetWordsCount4Value(decimal n)
355355
/// <param name="twoLetterIsoLanguageName">The language code in two-letter ISO-639 format.</param>
356356
/// <remarks>
357357
/// The pluralization rules are taken from
358-
/// http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
358+
/// http://www.unicode.org/cldr/cldr-aux/charts/22/supplemental/language_plural_rules.html
359359
/// </remarks>
360360
public static PluralRuleDelegate GetPluralRule(string? twoLetterIsoLanguageName)
361361
{

0 commit comments

Comments
 (0)