diff --git a/modules/@angular/compiler/src/ml_parser/icu_ast_expander.ts b/modules/@angular/compiler/src/ml_parser/icu_ast_expander.ts index 7c5882ffb8..1d12779519 100644 --- a/modules/@angular/compiler/src/ml_parser/icu_ast_expander.ts +++ b/modules/@angular/compiler/src/ml_parser/icu_ast_expander.ts @@ -30,9 +30,9 @@ const PLURAL_CASES: string[] = ['zero', 'one', 'two', 'few', 'many', 'other']; * * ``` * - *