mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Merge pull request #23980 from ialexryan/patch-2
Fix comment typo in types.ts
This commit is contained in:
@@ -1879,7 +1879,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
/**
|
||||
* A list of comma-seperated expressions. This node is only created by transformations.
|
||||
* A list of comma-separated expressions. This node is only created by transformations.
|
||||
*/
|
||||
export interface CommaListExpression extends Expression {
|
||||
kind: SyntaxKind.CommaListExpression;
|
||||
|
||||
Reference in New Issue
Block a user