From 1ee18e74fc039a65ca33634e4b12fc389a708072 Mon Sep 17 00:00:00 2001 From: Anton-Vasilev <91203770+Anton-Vasilev@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:48:23 +0300 Subject: [PATCH] Fix typo in RestClient Javadoc Closes gh-31145 --- .../main/java/org/springframework/web/client/RestClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/client/RestClient.java b/spring-web/src/main/java/org/springframework/web/client/RestClient.java index 3628035efc..2efe052fb6 100644 --- a/spring-web/src/main/java/org/springframework/web/client/RestClient.java +++ b/spring-web/src/main/java/org/springframework/web/client/RestClient.java @@ -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. * *

Use static factory methods {@link #create()}, {@link #create(String)},