Minor typo fix: form -> from

Closes gh-1411
This commit is contained in:
Andrey Kaipov 2017-05-01 12:15:09 -04:00 committed by Stephane Nicoll
parent e0a7b074ed
commit 0f8bf10aa8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public interface HttpMessageConverter<T> {
List<MediaType> getSupportedMediaTypes();
/**
* Read an object of the given type form the given input message, and returns it.
* Read an object of the given type from the given input message, and returns it.
* @param clazz the type of object to return. This type must have previously been passed to the
* {@link #canRead canRead} method of this interface, which must have returned {@code true}.
* @param inputMessage the HTTP input message to read from