Fix a rendering issue in the geo envelope docs. (#42332)

Previously the formatting information didn't display in the docs, and the
sentence just rendered as "bounding rectangle in the format :".
This commit is contained in:
Julie Tibshirani 2019-05-22 09:19:14 -07:00
parent c2af62455f
commit a3caed2bee
1 changed files with 1 additions and 1 deletions

View File

@ -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]
--------------------------------------------------