Merge pull request #14730 from Microsoft/typo

Fix typo
This commit is contained in:
Andy
2017-03-20 14:50:07 -07:00
committed by GitHub

View File

@@ -2226,7 +2226,7 @@ namespace ts {
endOfFileToken: Token<SyntaxKind.EndOfFileToken>;
fileName: string;
/* internal */ path: Path;
/* @internal */ path: Path;
text: string;
amdDependencies: AmdDependency[];