Skip to content

Commit

Permalink
Fix a rendering issue in the geo envelope docs. (#42332)
Browse files Browse the repository at this point in the history
Previously the formatting information didn't display in the docs, and the
sentence just rendered as "bounding rectangle in the format :".
  • Loading branch information
jtibshirani committed May 22, 2019
1 parent c2af624 commit a3caed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/mapping/types/geo-shape.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ POST /example/_doc

Elasticsearch supports an `envelope` type, which consists of coordinates
for upper left and lower right points of the shape to represent a
bounding rectangle in the format [[minLon, maxLat],[maxLon, minLat]]:
bounding rectangle in the format `[[minLon, maxLat], [maxLon, minLat]]`:

[source,js]
--------------------------------------------------
Expand Down

0 comments on commit a3caed2

Please sign in to comment.