Skip to content

Commit b154741

Browse files
committed
fixing comment
1 parent b5a8fd2 commit b154741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/slangPrinter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function ignoreComments(path: AstPath<AstNode>): void {
3030
let key: keyof StrictAstNode;
3131
for (key in node) {
3232
switch (key) {
33-
// We ignore `kind`, `loc`, and `comments` since these are added by the
34-
// parser. `updateMetadata` is an internal function.
33+
// We ignore `kind` and `loc` since these are added by the parser.
34+
// `updateMetadata` is an internal function.
3535
case 'kind':
3636
case 'loc':
3737
case 'updateMetadata':

0 commit comments

Comments
 (0)