Skip to content

Commit 9e83324

Browse files
committed
fix comment
1 parent a8b3629 commit 9e83324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export interface SvelteHTMLComment extends BaseNode {
370370
| SvelteAwaitCatchBlock
371371
| SvelteKeyBlock
372372
}
373-
/** Node of HTML comment. */
373+
/** Node of HTML attribute. */
374374
export interface SvelteAttribute extends BaseNode {
375375
type: "SvelteAttribute"
376376
key: SvelteName

0 commit comments

Comments
 (0)