Skip to content

Commit 6166738

Browse files
committed
fix comment
1 parent a4f17e1 commit 6166738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface Analysis {
4343
/** A set of deriveds that contain `await` expressions */
4444
async_deriveds: Set<CallExpression>;
4545

46-
/** A map of `await` expressions that should preserve context */
46+
/** A set of `await` expressions that should preserve context */
4747
context_preserving_awaits: Set<AwaitExpression>;
4848
}
4949

0 commit comments

Comments
 (0)