File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-web/src/main/java/org/springframework/web/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -904,7 +904,7 @@ interface ResponseSpec {
904904 /**
905905 * Provide a function to map specific error status codes to an error handler.
906906 * <p>By default, if there are no matching status handlers, responses with
907- * status codes >= 400 wil throw a {@link RestClientResponseException}.
907+ * status codes >= 400 will throw a {@link RestClientResponseException}.
908908 * <p>Note that {@link IOException IOExceptions},
909909 * {@link java.io.UncheckedIOException UncheckedIOExceptions}, and
910910 * {@link org.springframework.http.converter.HttpMessageNotReadableException HttpMessageNotReadableExceptions}
@@ -921,7 +921,7 @@ ResponseSpec onStatus(Predicate<HttpStatusCode> statusPredicate,
921921 /**
922922 * Provide a function to map specific error status codes to an error handler.
923923 * <p>By default, if there are no matching status handlers, responses with
924- * status codes >= 400 wil throw a {@link RestClientResponseException}.
924+ * status codes >= 400 will throw a {@link RestClientResponseException}.
925925 * <p>Note that {@link IOException IOExceptions},
926926 * {@link java.io.UncheckedIOException UncheckedIOExceptions}, and
927927 * {@link org.springframework.http.converter.HttpMessageNotReadableException HttpMessageNotReadableExceptions}
You can’t perform that action at this time.
0 commit comments