We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e8144 commit e699785Copy full SHA for e699785
packages/aws-cdk-lib/aws-stepfunctions/lib/state-graph.ts
@@ -41,7 +41,7 @@ export class StateGraph {
41
* Read/write. Only makes sense on the top-level graph, subgraphs
42
* do not support this feature.
43
*
44
- * @default No comment
+ * @default - No comment
45
*/
46
public comment?: string;
47
packages/aws-cdk-lib/aws-stepfunctions/lib/state-machine.ts
@@ -122,7 +122,7 @@ export interface StateMachineProps {
122
/**
123
* Comment that describes this state machine
124
125
126
127
readonly comment?: string;
128
0 commit comments