From 50c18bbea07b0ec169c417e9aa002c2caf97adcc Mon Sep 17 00:00:00 2001 From: andy-ms Date: Sun, 19 Mar 2017 09:57:14 -0700 Subject: [PATCH] Fix typo --- src/compiler/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/types.ts b/src/compiler/types.ts index a7adf28ac8e..363187e9cf3 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -2226,7 +2226,7 @@ namespace ts { endOfFileToken: Token; fileName: string; - /* internal */ path: Path; + /* @internal */ path: Path; text: string; amdDependencies: AmdDependency[];