diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 5dc8f83ff5b..9ee44d59ef3 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -3625,7 +3625,7 @@ namespace ts { // Private/protected properties/methods are not visible return false; } - // Public properties/methods are visible if its parents are visible, so + // Public properties/methods are visible if its parents are visible, so: // falls through case SyntaxKind.Constructor: