Skip to content

Commit cb3594b

Browse files
committed
ICU4J: Fix grammar rule in comment
1 parent bb4a03d commit cb3594b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: icu4j/main/core/src/main/java/com/ibm/icu/message2/MFParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ private MFDataModel.Message getComplexMessage() throws MFParseException {
598598
} else { // Expect {{...}} or end of message
599599
skipOptionalWhitespaces();
600600
int cp = input.peekChar();
601-
// complex-message = *(declaration [s]) complex-body
601+
// complex-message = *(declaration [s]) complex-body [s]
602602
checkCondition(cp != EOF, "Expected a quoted pattern or .match; got end-of-input");
603603
MFDataModel.Pattern pattern = getQuotedPattern();
604604
skipOptionalWhitespaces(); // Trailing whitespace is allowed

0 commit comments

Comments
 (0)