Skip to content

Commit

Permalink
ICU-22722 Fix missing starter character for MF2 keyword in User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Apr 11, 2024
1 parent 29b1141 commit dbb3fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/format_parse/messages/mf2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.}";
Expand Down

0 comments on commit dbb3fe9

Please sign in to comment.