Fix typo in system.ts (#43895)

assigment -> assignment
This commit is contained in:
Ikko Ashimine
2021-05-06 17:40:00 +09:00
committed by GitHub
parent b8da22e6c3
commit 97f5c62956

View File

@@ -1529,7 +1529,7 @@ namespace ts {
}
/**
* Determines whether the target of a destructuring assigment refers to an exported symbol.
* Determines whether the target of a destructuring assignment refers to an exported symbol.
*
* @param node The destructuring target.
*/