diff --git a/docs/userguide/format_parse/messages/mf2.md b/docs/userguide/format_parse/messages/mf2.md index 31895219dcd..bd1caa09b9b 100644 --- a/docs/userguide/format_parse/messages/mf2.md +++ b/docs/userguide/format_parse/messages/mf2.md @@ -96,7 +96,7 @@ public void testMf2() { ```java @Test public void testMf2Selection() { - final String message = "match {$count :plural}" + final String message = ".match {$count :plural}" + " when 1 {You have one notification.}" + " when one {You have {$count} notification.}" + " when * {You have {$count} notifications.}";