CR feedback.

This commit is contained in:
Cyrus Najmabadi
2015-02-20 11:25:42 -08:00
parent 33e1e5d905
commit 49c78968a3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1646,7 +1646,7 @@ module ts {
equals = 0x3D, // =
exclamation = 0x21, // !
greaterThan = 0x3E, // >
hash = 0x23,
hash = 0x23, // #
lessThan = 0x3C, // <
minus = 0x2D, // -
openBrace = 0x7B, // {