Fix typos
This commit is contained in:
parent
1e3f8651b8
commit
48ec990a17
|
@ -29,7 +29,7 @@ import org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentR
|
|||
import org.springframework.web.server.ServerWebExchange;
|
||||
|
||||
/**
|
||||
* Resolvers argument values of type {@link SemanticApiVersionParser.Version}.
|
||||
* Resolves argument values of type {@link SemanticApiVersionParser.Version}.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 7.0
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.springframework.web.method.support.ModelAndViewContainer;
|
|||
import org.springframework.web.servlet.HandlerMapping;
|
||||
|
||||
/**
|
||||
* Resolvers argument values of type {@link SemanticApiVersionParser.Version}.
|
||||
* Resolves argument values of type {@link SemanticApiVersionParser.Version}.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 7.0
|
||||
|
|
Loading…
Reference in New Issue