Skip to content

Commit 4a873b7

Browse files
committed
[DOCS] Fixes callout for Asciidoctor migration (#41127)
1 parent 0c738e3 commit 4a873b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ POST /sales/_search?size=0
198198
"time_zone": "CET",
199199
"ranges": [
200200
{ "to": "2016/02/01" }, <1>
201-
{ "from": "2016/02/01", "to" : "now/d" <2>},
201+
{ "from": "2016/02/01", "to" : "now/d" }, <2>
202202
{ "from": "now/d" }
203203
]
204204
}

0 commit comments

Comments
 (0)