Skip to content

Commit 1571fe3

Browse files
committed
Update to use wording used in final ES PR.
1 parent ffce3bc commit 1571fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ingest/_types/Processors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export class AppendProcessor extends ProcessorBase {
337337
*/
338338
value?: UserDefinedValue | UserDefinedValue[]
339339
/**
340-
* The source field to be append. Cannot set `value` simultaneously.
340+
* The origin field which will be appended to `field`, cannot set `value` simultaneously.
341341
*/
342342
copy_from?: Field
343343
/**

0 commit comments

Comments
 (0)