Fix comment.

This commit is contained in:
Cyrus Najmabadi
2015-03-31 14:30:31 -07:00
parent b363a459ff
commit c59ce68c63
+1 -1
View File
@@ -1770,7 +1770,7 @@ module ts {
}
}
// Returns true if this heritage clause element's expression contains something unsupported
// Returns false if this heritage clause element's expression contains something unsupported
// (i.e. not a name or dotted name).
export function isSupportedHeritageClauseElement(node: HeritageClauseElement): boolean {
return isSupportedHeritageClauseElementExpression(node.expression);