fix remove useless "s"

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
NeatGuyCoding
2025-07-31 16:39:48 +08:00
committed by Rossen Stoyanchev
parent d661550b48
commit 5a3bad6d61
@@ -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.