Browse Source

Fixing indentation in geospatial querying example. (#21682)

Specifically the example which shows providing an array of an array of values.
Trey Tacon 9 years ago
parent
commit
3ef7f0dec6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/geo-polygon-query.asciidoc

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

@@ -69,7 +69,7 @@ GET /_search
                     "person.location" : {
                         "points" : [
                             [-70, 40],
-                        [-80, 30],
+                            [-80, 30],
                             [-90, 20]
                         ]
                     }