comment typo

This commit is contained in:
Ron Buckton
2017-06-08 17:02:22 -07:00
parent c4e9ce538e
commit 5854e87476

View File

@@ -5415,7 +5415,7 @@ namespace ts {
}
/**
* Tests whether a declaration name is definately late-bindable.
* Tests whether a declaration name is definitely late-bindable.
*/
function isLateBoundName(node: DeclarationName): node is LateBoundName {
return isComputedPropertyName(node)