Skip to content

Commit 97f5c62

Browse files
author
Ikko Ashimine
authored
Fix typo in system.ts (microsoft#43895)
assigment -> assignment
1 parent b8da22e commit 97f5c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transformers/module/system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ namespace ts {
15291529
}
15301530

15311531
/**
1532-
* Determines whether the target of a destructuring assigment refers to an exported symbol.
1532+
* Determines whether the target of a destructuring assignment refers to an exported symbol.
15331533
*
15341534
* @param node The destructuring target.
15351535
*/

0 commit comments

Comments
 (0)