Skip to content

Commit 6b3837d

Browse files
committed
doc: remove misleading comments
1 parent 6768ebe commit 6b3837d

File tree

1 file changed

+1
-1
lines changed
  • packages/dbml-parse/src/core/types/symbol

1 file changed

+1
-1
lines changed

packages/dbml-parse/src/core/types/symbol/symbols.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class NodeSymbolIdGenerator {
9292
export class NodeSymbol implements Internable<InternedNodeSymbol> {
9393
id: NodeSymbolId;
9494
kind: SymbolKind;
95-
// The AST node that declares this symbol (undefined for synthetic symbols).
95+
// The AST node that declares this symbol
9696
declaration?: SyntaxNode;
9797
// The file this symbol belongs to.
9898
filepath: Filepath;

0 commit comments

Comments
 (0)