Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cae06b8

Browse files
authoredMay 23, 2025··
Fix code-callout rendering (#128365)
1 parent e88bcaf commit cae06b8

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/elasticsearch/mapping-reference

1 file changed

+1
-1
lines changed
 

‎docs/reference/elasticsearch/mapping-reference/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JSON documents are hierarchical in nature: the document may contain inner object
1111

1212
```console
1313
PUT my-index-000001/_doc/1
14-
{ <1>
14+
{ // <1>
1515
"region": "US",
1616
"manager": { <2>
1717
"age": 30,

0 commit comments

Comments
 (0)
Please sign in to comment.