Minor comment update

This commit is contained in:
Ron Buckton 2015-11-20 10:30:47 -08:00
parent 0ee4e0b10d
commit 4edf330217

View File

@ -1581,8 +1581,9 @@ namespace ts {
}
/**
* Creates a shallow, memberwise clone of a node. The "pos", "end", "flags", and "parent" properties
* are excluded by default, and can be provided via the "location", "flags", and "parent" parameters.
* Creates a shallow, memberwise clone of a node. The "kind", "pos", "end", "flags", and "parent"
* properties are excluded by default, and can be provided via the "location", "flags", and
* "parent" parameters.
* @param node The node to clone.
* @param location An optional TextRange to use to supply the new position.
* @param flags The NodeFlags to use for the cloned node.