Skip to content

Commit be57bc2

Browse files
kamyarghajarjrodewig
authored andcommitted
Add missing comma in code section (#41678)
Missing comma in code section (line 114) is added to the doc file.
1 parent 9d8e249 commit be57bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/rank-eval.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GET /my_index/_rank_eval
115115
],
116116
"requests": [
117117
{
118-
"id": "amsterdam_query"
118+
"id": "amsterdam_query",
119119
"ratings": [ ... ],
120120
"template_id": "match_one_field_query", <3>
121121
"params": { <4>

0 commit comments

Comments
 (0)