This commit is contained in:
Arjen Poutsma 2021-11-30 14:09:33 +01:00
parent 7a4207cd7b
commit da3b4cb65d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* Represents an HTTP request methods. Intended for use
* Represents an HTTP request method. Intended for use
* with {@link org.springframework.http.client.ClientHttpRequest}
* and {@link org.springframework.web.client.RestTemplate}.
*