diff --git a/source/creator/actions/node.d b/source/creator/actions/node.d index b67e465f3..5b653ed52 100644 --- a/source/creator/actions/node.d +++ b/source/creator/actions/node.d @@ -371,7 +371,7 @@ void incDeleteChildWithHistory(Node n) { } /** - Deletes child with history + Deletes multiple children with history */ void incDeleteChildrenWithHistory(Node[] ns) { GroupAction group = null;