Browse Source

Fix code-callout rendering (#128365)

Jan Calanog 4 months ago
parent
commit
cae06b8c54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/elasticsearch/mapping-reference/object.md

+ 1 - 1
docs/reference/elasticsearch/mapping-reference/object.md

@@ -11,7 +11,7 @@ JSON documents are hierarchical in nature: the document may contain inner object
 
 ```console
 PUT my-index-000001/_doc/1
-{ <1>
+{ // <1>
   "region": "US",
   "manager": { <2>
     "age":     30,