Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 24, 2025
1 parent a4f17e1 commit 6166738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/compiler/phases/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface Analysis {
/** A set of deriveds that contain `await` expressions */
async_deriveds: Set<CallExpression>;

/** A map of `await` expressions that should preserve context */
/** A set of `await` expressions that should preserve context */
context_preserving_awaits: Set<AwaitExpression>;
}

Expand Down

0 comments on commit 6166738

Please sign in to comment.