diff --git a/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java b/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java index 8fe88b82229f..299cc6717161 100644 --- a/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java +++ b/spring-context/src/main/java/org/springframework/format/annotation/NumberFormat.java @@ -36,7 +36,7 @@ * annotation instance (the one most convenient one for your formatting needs). * When the {@link #pattern} attribute is specified, it takes precedence over * the {@link #style} attribute. When no annotation attributes are specified, - * the default format applied is style-based for either number of currency, + * the default format applied is style-based for either number or currency, * depending on the annotated field or method parameter type. * * @author Keith Donald