Skip to content

Commit 413bf05

Browse files
authored
Docs: Add comma to reverse nested agg snippet
1 parent 5bd1442 commit 413bf05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/aggregations/bucket/reverse-nested-aggregation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ the issue documents as nested documents. The mapping could look like:
2222
2323
"issue" : {
2424
"properties" : {
25-
"tags" : { "type" : "text" }
25+
"tags" : { "type" : "text" },
2626
"comments" : { <1>
27-
"type" : "nested"
27+
"type" : "nested",
2828
"properties" : {
2929
"username" : { "type" : "keyword" },
3030
"comment" : { "type" : "text" }

0 commit comments

Comments
 (0)