Skip to content

Commit 082cf11

Browse files
author
Andy
authored
Merge pull request microsoft#14730 from Microsoft/typo
Fix typo
2 parents de52113 + 50c18bb commit 082cf11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ namespace ts {
22262226
endOfFileToken: Token<SyntaxKind.EndOfFileToken>;
22272227

22282228
fileName: string;
2229-
/* internal */ path: Path;
2229+
/* @internal */ path: Path;
22302230
text: string;
22312231

22322232
amdDependencies: AmdDependency[];

0 commit comments

Comments
 (0)