Skip to content

Commit 3ef7f0d

Browse files
ttaconclintongormley
authored andcommitted
Fixing indentation in geospatial querying example. (#21682)
Specifically the example which shows providing an array of an array of values.
1 parent 546fa92 commit 3ef7f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/geo-polygon-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ GET /_search
6969
"person.location" : {
7070
"points" : [
7171
[-70, 40],
72-
[-80, 30],
72+
[-80, 30],
7373
[-90, 20]
7474
]
7575
}

0 commit comments

Comments
 (0)