Skip to content

Commit 29cc097

Browse files
committed
[DOCS] Correct deprecation note in mapping docs (#47656)
1 parent e19859f commit 29cc097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--
66

77
Mapping is the process of defining how a document, and the fields it contains,
8-
are stored and indexed. For instance, use mappings to define:
8+
are stored and indexed. For instance, use mappings to define:
99

1010
* which string fields should be treated as full text fields.
1111
* which fields contain numbers, dates, or geolocations.
@@ -20,7 +20,7 @@ are stored and indexed. For instance, use mappings to define:
2020
Each index has one _mapping type_ which determines how the document will be
2121
indexed.
2222

23-
deprecated[6.0.0,See <<removal-of-types>>].
23+
deprecated::[6.0.0,See <<removal-of-types>>]
2424

2525
A mapping type has:
2626

0 commit comments

Comments
 (0)