Skip to content

Commit e699785

Browse files
author
Chelsea Urquhart
committed
update no comment comments
1 parent c3e8144 commit e699785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/aws-cdk-lib/aws-stepfunctions/lib/state-graph.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class StateGraph {
4141
* Read/write. Only makes sense on the top-level graph, subgraphs
4242
* do not support this feature.
4343
*
44-
* @default No comment
44+
* @default - No comment
4545
*/
4646
public comment?: string;
4747

packages/aws-cdk-lib/aws-stepfunctions/lib/state-machine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export interface StateMachineProps {
122122
/**
123123
* Comment that describes this state machine
124124
*
125-
* @default No comment
125+
* @default - No comment
126126
*/
127127
readonly comment?: string;
128128

0 commit comments

Comments
 (0)