From 7d9839d4f0ffd2a79fb8bfcd9871c75582963fa4 Mon Sep 17 00:00:00 2001 From: Calvin Combs Date: Tue, 20 Feb 2024 15:20:29 -0800 Subject: [PATCH] comment --- packages/aws-cdk/lib/api/nested-stack-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk/lib/api/nested-stack-helpers.ts b/packages/aws-cdk/lib/api/nested-stack-helpers.ts index 2eee350e0c2bc..3242794aa1039 100644 --- a/packages/aws-cdk/lib/api/nested-stack-helpers.ts +++ b/packages/aws-cdk/lib/api/nested-stack-helpers.ts @@ -18,7 +18,7 @@ export interface RootTemplateWithNestedStacks { } /** - * Reads the currently deployed template from CloudFormation and adds a + * Reads the currently deployed template and all of its nested stack templates from CloudFormation. */ export async function loadCurrentTemplateWithNestedStacks( rootStackArtifact: cxapi.CloudFormationStackArtifact, sdk: ISDK,