Skip to content

Commit

Permalink
Added missing Default from a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
grbartel committed Feb 19, 2020
1 parent 3882da7 commit 71fbdbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/user-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export interface ExecuteFileOptions {

/**
* The arguments to be passed to the file.
*
* @default No arguments are passed to the file.
*/
readonly arguments?: string;

Expand Down

0 comments on commit 71fbdbe

Please sign in to comment.