Skip to content

Commit cdbbe40

Browse files
Minor fix for source code documentation in MlPutDatafeedRequest (#3082) (#4535)
1 parent d5ff8d9 commit cdbbe40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/ml/put_datafeed/MlPutDatafeedRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { Dictionary } from '@spec_utils/Dictionary'
3939
* Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
4040
* You can associate only one datafeed with each anomaly detection job.
4141
* The datafeed contains a query that runs at a defined interval (`frequency`).
42-
* If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
42+
* If you are concerned about delayed data, you can add a delay (`query_delay`) at each interval.
4343
* By default, the datafeed uses the following query: `{"match_all": {"boost": 1}}`.
4444
*
4545
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had

0 commit comments

Comments
 (0)