Skip to content

Commit 36fdca0

Browse files
committed
Fix documentation.
1 parent bb04c6d commit 36fdca0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/plugins/ingest_manager/server/services/epm/elasticsearch/template

x-pack/plugins/ingest_manager/server/services/epm/elasticsearch/template/template.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export function getTemplate(
3737
}
3838

3939
/**
40-
* Generate mapping takes the given fields array and creates the Elasticsearch
40+
* Generate mapping takes the given nested fields array and creates the Elasticsearch
4141
* mapping properties out of it.
4242
*
43-
* This assumes that the fields have been flattened be a previous step.
43+
* This assumes that all fields with dotted.names have been expanded in a previous step.
4444
*
4545
* @param fields
4646
*/

0 commit comments

Comments
 (0)