Fix typo in RestClient Javadoc

Closes gh-31145
This commit is contained in:
Anton-Vasilev 2023-08-31 09:48:23 +03:00 committed by Brian Clozel
parent 0d7c9b7c93
commit 1ee18e74fc
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import org.springframework.web.util.UriBuilderFactory;
/**
* Client to perform HTTP requests, exposing a fluent, synchronous API over
* underlying HTTP client libraries such the JDK {@code HttpClient}, Apache
* underlying HTTP client libraries such as the JDK {@code HttpClient}, Apache
* HttpComponents, and others.
*
* <p>Use static factory methods {@link #create()}, {@link #create(String)},