Skip to content

Commit 133600c

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

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
@@ -224,7 +224,7 @@ Once the `RestClient` has been created, requests can be sent by calling either
224224
will block the calling thread and return the `Response` when the request is
225225
successful or throw an exception if it fails. `performRequestAsync` is
226226
asynchronous and accepts a `ResponseListener` argument that it calls with a
227-
`Response` when the request is successful or with an `Exception` if it4 fails.
227+
`Response` when the request is successful or with an `Exception` if it fails.
228228

229229
This is synchronous:
230230

0 commit comments

Comments
 (0)