Skip to content

Commit 026c96d

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 e126d18 commit 026c96d

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
@@ -111,7 +111,7 @@ GET /my_index/_rank_eval
111111
],
112112
"requests": [
113113
{
114-
"id": "amsterdam_query"
114+
"id": "amsterdam_query",
115115
"ratings": [ ... ],
116116
"template_id": "match_one_field_query", <3>
117117
"params": { <4>

0 commit comments

Comments
 (0)