Skip to content

Commit

Permalink
fixed comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura authored and Laura committed Dec 13, 2023
1 parent cc49253 commit f1b4db8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions specification/indices/_types/DataStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ import { DataStreamLifecycleWithRollover } from '@indices/_types/DataStreamLifec
enum ManagedBy {
/** @codegen_name ilm */
'Index Lifecycle Management',
/**
* This should have been written with capital letters, it's a known typo and should not be corrected
* since the test cases have already been written
* @codegen_name datastream
*/
/** @codegen_name datastream */
// This should have been written with capital letters, it's a known typo and should not be corrected,
// since the test cases have already been written
'Data stream lifecycle',
/** @codegen_name unmanaged */
'Unmanaged'
Expand Down

0 comments on commit f1b4db8

Please sign in to comment.