浏览代码

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 :".
Julie Tibshirani 6 年之前
父节点
当前提交
148df31639
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/mapping/types/geo-shape.asciidoc

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

@@ -615,7 +615,7 @@ POST /example/_doc
 
 
 Elasticsearch supports an `envelope` type, which consists of coordinates
 Elasticsearch supports an `envelope` type, which consists of coordinates
 for upper left and lower right points of the shape to represent a
 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]
 [source,js]
 --------------------------------------------------
 --------------------------------------------------