Skip to content

Commit 32d3ee2

Browse files
Minor fix for source code documentation in MlPutDatafeedRequest (#3082)
1 parent 88226e1 commit 32d3ee2

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 { Duration } from '@_types/Time'
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
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
4444
* at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
4545
* those credentials are used instead.

0 commit comments

Comments
 (0)