Skip to content

Commit

Permalink
Fix typo in RestClient Javadoc
Browse files Browse the repository at this point in the history
Closes gh-31145
  • Loading branch information
Anton-Vasilev authored and bclozel committed Aug 31, 2023
1 parent 0d7c9b7 commit 1ee18e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

/**
* 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)},
Expand Down

0 comments on commit 1ee18e7

Please sign in to comment.