Skip to content

Commit 4edf330

Browse files
committed
Minor comment update
1 parent 0ee4e0b commit 4edf330

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/compiler/utilities.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,8 +1581,9 @@ namespace ts {
15811581
}
15821582

15831583
/**
1584-
* Creates a shallow, memberwise clone of a node. The "pos", "end", "flags", and "parent" properties
1585-
* are excluded by default, and can be provided via the "location", "flags", and "parent" parameters.
1584+
* Creates a shallow, memberwise clone of a node. The "kind", "pos", "end", "flags", and "parent"
1585+
* properties are excluded by default, and can be provided via the "location", "flags", and
1586+
* "parent" parameters.
15861587
* @param node The node to clone.
15871588
* @param location An optional TextRange to use to supply the new position.
15881589
* @param flags The NodeFlags to use for the cloned node.

0 commit comments

Comments
 (0)