diff --git a/spring-framework-reference/src/validation.xml b/spring-framework-reference/src/validation.xml index 5f4e4e575e..280c0ff96d 100644 --- a/spring-framework-reference/src/validation.xml +++ b/spring-framework-reference/src/validation.xml @@ -929,10 +929,10 @@ public interface ConverterFactory { }]]> - Parameterize S to be type you are converting from and R to be base - type defining the range of classes you can convert - to. Then implement getConverter(Class<T>), where T is a subclass - of R. + Parameterize S to be the type you are converting from and R to be + the base type defining the range of classes you can + convert to. Then implement getConverter(Class<T>), where T is a + subclass of R. Consider the StringToEnum ConverterFactory as an example: