Polish docs (#22645)

This commit is contained in:
Johnny Lim
2019-03-23 23:48:47 +09:00
committed by Sam Brannen
parent 7bb66c4f49
commit 14b1a6fdcb
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ import org.springframework.util.ClassUtils;
* Expression Language {@code #{...}} expressions which will be resolved if a
* {@link ConfigurableBeanFactory} is supplied to the class constructor.
*
* <p>A {@link ConversionService} is used to to convert resolved String argument
* <p>A {@link ConversionService} is used to convert resolved String argument
* value to the expected target method parameter type.
*
* @author Rossen Stoyanchev

View File

@@ -45,7 +45,7 @@ import org.springframework.util.ClassUtils;
* Expression Language {@code #{...}} expressions which will be resolved if a
* {@link ConfigurableBeanFactory} is supplied to the class constructor.
*
* <p>A {@link ConversionService} is used to to convert resolved String argument
* <p>A {@link ConversionService} is used to convert resolved String argument
* value to the expected target method parameter type.
*
* @author Rossen Stoyanchev