Skip to content

Commit

Permalink
chore: update object name to architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-aleios committed Jun 30, 2023
1 parent 6414186 commit 7fcce5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-lambda/lib/architecture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Architecture {
}

/**
* Returns a string representation of the object using the name
* Returns a string representation of the architecture using the name
*/
public toString(): string {
return this.name;
Expand Down

0 comments on commit 7fcce5a

Please sign in to comment.