mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-05 21:23:37 -05:00
comment typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user