Skip to content

Commit f9bd3af

Browse files
authored
Fix comment typo in types.ts
1 parent b85ecd2 commit f9bd3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@ namespace ts {
18791879
}
18801880

18811881
/**
1882-
* A list of comma-seperated expressions. This node is only created by transformations.
1882+
* A list of comma-separated expressions. This node is only created by transformations.
18831883
*/
18841884
export interface CommaListExpression extends Expression {
18851885
kind: SyntaxKind.CommaListExpression;

0 commit comments

Comments
 (0)