Skip to content

Commit 6def96a

Browse files
committed
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 :".
1 parent 0a78553 commit 6def96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/types/geo-shape.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ POST /example/_doc
615615

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

620620
[source,js]
621621
--------------------------------------------------

0 commit comments

Comments
 (0)