Skip to content

Commit ccbfcd9

Browse files
jrodewigbrusic
andauthored
[DOCS] Fix typos in HLRC delete stored script API (#70897) (#70925)
Co-authored-by: Ivan Brusic <[email protected]>
1 parent 77a423c commit ccbfcd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java-rest/high-level/script/delete_script.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ completed the `ActionListener` is called back using the `onResponse` method
5858
if the execution successfully completed or using the `onFailure` method if
5959
it failed.
6060

61-
A typical listener for `DeleteStoredScriptResponse` looks like:
61+
A typical listener for `AcknowledgedResponse` looks like:
6262

6363
["source","java",subs="attributes,callouts,macros"]
6464
--------------------------------------------------
@@ -71,11 +71,11 @@ provided as an argument
7171
[[java-rest-high-delete-stored-script-response]]
7272
==== Delete Stored Script Response
7373

74-
The returned `DeleteStoredScriptResponse` allows to retrieve information about the
74+
The returned `AcknowledgedResponse` allows to retrieve information about the
7575
executed operation as follows:
7676

7777
["source","java",subs="attributes,callouts,macros"]
7878
--------------------------------------------------
7979
include-tagged::{doc-tests}/StoredScriptsDocumentationIT.java[delete-stored-script-response]
8080
--------------------------------------------------
81-
<1> Indicates whether all of the nodes have acknowledged the request
81+
<1> Indicates whether all of the nodes have acknowledged the request

0 commit comments

Comments
 (0)