Skip to content

Commit f73084c

Browse files
authored
Fix typo in synthetic source docs (#120685) (#120735)
1 parent d49517b commit f73084c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/fields/synthetic-source.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ with the number and sizes of arrays present in source of each document, naturall
290290
[[synthetic-source-fields-native-list]]
291291
===== Field types that support synthetic source with no storage overhead
292292
The following field types support synthetic source using data from <<doc-values,`doc_values`>> or
293-
<stored-fields, stored fields>>, and require no additional storage space to construct the `_source` field.
293+
<<stored-fields, stored fields>>, and require no additional storage space to construct the `_source` field.
294294

295295
NOTE: If you enable the <<ignore-malformed,`ignore_malformed`>> or <<ignore-above,`ignore_above`>> settings, then
296296
additional storage is required to store ignored field values for these types.

0 commit comments

Comments
 (0)