diff --git a/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java b/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java index 836979aa25a..426b8e5d8f5 100644 --- a/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java +++ b/spring-test/src/main/java/org/springframework/test/web/servlet/client/RestTestClient.java @@ -515,7 +515,7 @@ public interface RestTestClient { interface ResponseSpec { /** -s * Apply multiple assertions to a response with the given + * Apply multiple assertions to a response with the given * {@linkplain ResponseSpecConsumer consumers}, with the guarantee that * all assertions will be applied even if one or more assertions fails * with an exception.