Browse Source

Correct minor typo in explain.asciidoc for HLRC

Mayya Sharipova 7 years ago
parent
commit
43430fe9b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/java-rest/high-level/search/explain.asciidoc

+ 1 - 1
docs/java-rest/high-level/search/explain.asciidoc

@@ -80,7 +80,7 @@ A typical listener for `ExplainResponse` is constructed as follows:
 include-tagged::{doc-tests}/SearchDocumentationIT.java[explain-execute-listener]
 --------------------------------------------------
 <1> Called when the execution is successfully completed.
-<2> Called when the whole `FieldCapabilitiesRequest` fails.
+<2> Called when the whole `ExplainRequest` fails.
 
 [[java-rest-high-explain-response]]
 ==== ExplainResponse