Skip to content

Commit c26e1f9

Browse files
daftanojrodewig
authored andcommitted
[DOCS] Fix typo in Java low level REST client usage docs(#46960)
1 parent 2c6ff77 commit c26e1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java-rest/low-level/usage.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Once the `RestClient` has been created, requests can be sent by calling either
233233
will block the calling thread and return the `Response` when the request is
234234
successful or throw an exception if it fails. `performRequestAsync` is
235235
asynchronous and accepts a `ResponseListener` argument that it calls with a
236-
`Response` when the request is successful or with an `Exception` if it4 fails.
236+
`Response` when the request is successful or with an `Exception` if it fails.
237237

238238
This is synchronous:
239239

0 commit comments

Comments
 (0)