Skip to content

Commit e120deb

Browse files
committed
[DOCS] Fixes callout for Asciidoctor migration (#41127)
1 parent 05cf539 commit e120deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/daterange-aggregation.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ POST /sales/_search?size=0
278278
"time_zone": "CET",
279279
"ranges": [
280280
{ "to": "2016/02/01" }, <1>
281-
{ "from": "2016/02/01", "to" : "now/d" <2>},
281+
{ "from": "2016/02/01", "to" : "now/d" }, <2>
282282
{ "from": "now/d" }
283283
]
284284
}

0 commit comments

Comments
 (0)