Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HBobertz committed Jan 5, 2025
1 parent 879fa3c commit 255dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ interface LogParams {
message: string;
}

// Type for the convenience function arguments
// Type for the exported log function arguments
type LogInput = string | LogParams;

// Exported logging functions. If any additional logging functionality is required, it should be added as
Expand Down

0 comments on commit 255dc60

Please sign in to comment.