We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a13dd commit 46503d6Copy full SHA for 46503d6
spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java
@@ -36,7 +36,7 @@
36
* annotation instance (the one most convenient one for your formatting needs).
37
* When the {@link #pattern} attribute is specified, it takes precedence over
38
* the {@link #style} attribute. When no annotation attributes are specified,
39
- * the default format applied is style-based for either number of currency,
+ * the default format applied is style-based for either number or currency,
40
* depending on the annotated field or method parameter type.
41
*
42
* @author Keith Donald
0 commit comments