Skip to content

Commit 3db56ea

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 b6fae2e commit 3db56ea

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
@@ -617,7 +617,7 @@ POST /example/doc
617617

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

622622
[source,js]
623623
--------------------------------------------------

0 commit comments

Comments
 (0)