mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Fix comment typo in types.ts
This commit is contained in:
parent
b85ecd2e20
commit
f9bd3afb8f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user