Browse Source

[Docs] Correct response json in rank-eval.asciidoc

Christoph Büscher 7 years ago
parent
commit
39ff7b5a3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/rank-eval.asciidoc

+ 1 - 1
docs/reference/search/rank-eval.asciidoc

@@ -287,7 +287,7 @@ that shows potential errors of individual queries. The response has the followin
                     "docs_retrieved": 10
                 }
             },
-            "my_query_id2 : { [...]} 
+            "my_query_id2" : { [...] }
         },
         "failures": { [...] }
     }