Skip to content

Commit 468f33c

Browse files
authored
Update AST.md
1 parent 22cba85 commit 468f33c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/AST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ interface SvelteEachBlock extends Node {
474474
This is the `{#await}` tag node.
475475

476476
```ts
477-
interface BaseSvelteAwaitBlock extends Node {
477+
interface SvelteAwaitBlock extends Node {
478478
type: "SvelteAwaitBlock";
479479
expression: Expression;
480480
kind: "await" | "await-then" | "await-catch";
@@ -521,7 +521,7 @@ interface SvelteAwaitCatchBlock extends Node {
521521
}
522522
```
523523

524-
### SvelteAwaitCatchBlock
524+
### SvelteKeyBlock
525525

526526
This is the `{#key}` tag node.
527527

@@ -535,7 +535,7 @@ interface SvelteKeyBlock extends Node {
535535

536536
## Comments
537537

538-
### SvelteAwaitCatchBlock
538+
### SvelteHTMLComment
539539

540540
This is the HTML comment node.
541541

0 commit comments

Comments
 (0)