Skip to content

Commit cf2c5ab

Browse files
altitudeclintongormley
authored andcommitted
Docs: Update geo-distance-range-filter.asciidoc
missing comma Closes elastic#10957
1 parent aea5316 commit cf2c5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/filters/geo-distance-range-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Filters documents that exists within a range from a specific point:
1313
"filter" : {
1414
"geo_distance_range" : {
1515
"from" : "200km",
16-
"to" : "400km"
16+
"to" : "400km",
1717
"pin.location" : {
1818
"lat" : 40,
1919
"lon" : -70

0 commit comments

Comments
 (0)