Skip to content

Commit 777ff3f

Browse files
committed
Merge pull request #31938 from JuHyun419
* pr/31938: Fix typo in NumberFormat javadoc Closes gh-31938
2 parents bf3a478 + 89466cb commit 777ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ enum Style {
7474

7575
/**
7676
* The default format for the annotated type: typically 'number' but possibly
77-
* 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount)}.
77+
* 'currency' for a money type (e.g. {@code javax.money.MonetaryAmount}).
7878
* @since 4.2
7979
*/
8080
DEFAULT,

0 commit comments

Comments
 (0)