Skip to content

Commit 46503d6

Browse files
scordiosbrannen
authored andcommitted
Fix typo in @⁠NumberFormat Javadoc
Closes gh-35742 Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
1 parent b4a13dd commit 46503d6

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
@@ -36,7 +36,7 @@
3636
* annotation instance (the one most convenient one for your formatting needs).
3737
* When the {@link #pattern} attribute is specified, it takes precedence over
3838
* the {@link #style} attribute. When no annotation attributes are specified,
39-
* the default format applied is style-based for either number of currency,
39+
* the default format applied is style-based for either number or currency,
4040
* depending on the annotated field or method parameter type.
4141
*
4242
* @author Keith Donald

0 commit comments

Comments
 (0)