Skip to content

Commit fc0929f

Browse files
committed
javadoc
1 parent 7ba635f commit fc0929f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/text/ExtendedMessageFormat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ public class ExtendedMessageFormat extends MessageFormat {
8686
private static final char START_FMT = ',';
8787

8888
/**
89-
* A right side squiggly brace.
89+
* A right curly bracket.
9090
*/
9191
private static final char END_FE = '}';
9292

9393
/**
94-
* A left side squiggly brace.
94+
* A left curly bracket.
9595
*/
9696
private static final char START_FE = '{';
9797

0 commit comments

Comments
 (0)