Skip to content

Commit 84a316b

Browse files
author
Andy Hanson
committed
Add colon
1 parent 1cf765d commit 84a316b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3625,7 +3625,7 @@ namespace ts {
36253625
// Private/protected properties/methods are not visible
36263626
return false;
36273627
}
3628-
// Public properties/methods are visible if its parents are visible, so
3628+
// Public properties/methods are visible if its parents are visible, so:
36293629
// falls through
36303630

36313631
case SyntaxKind.Constructor:

0 commit comments

Comments
 (0)