提交 bab902e8 编写于 作者: C Chris Beams

Fix typo 'type form'->'type from' (SPR-7339)

上级 5e64f228
......@@ -1545,7 +1545,7 @@ String body = response.getBody();</programlisting>
// Return the list of MediaType objects supported by this converter.
List&lt;MediaType&gt; 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.
T read(Class&lt;T&gt; clazz, HttpInputMessage inputMessage) throws IOException,
HttpMessageNotReadableException;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册