Skip to content

Commit 26ad19e

Browse files
superoleAndrewKushnir
authored andcommitted
docs(common): update reference url to ICU docs (angular#47518)
PR Close angular#47518
1 parent c5d1478 commit 26ad19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/pipes/i18n_plural_pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class I18nPluralPipe implements PipeTransform {
3939
/**
4040
* @param value the number to be formatted
4141
* @param pluralMap an object that mimics the ICU format, see
42-
* http://userguide.icu-project.org/formatparse/messages.
42+
* https://unicode-org.github.io/icu/userguide/format_parse/messages/.
4343
* @param locale a `string` defining the locale to use (uses the current {@link LOCALE_ID} by
4444
* default).
4545
*/

0 commit comments

Comments
 (0)