diff --git a/Elements/src/Model.cs b/Elements/src/Model.cs index 8aeca127b..f0a6c689a 100644 --- a/Elements/src/Model.cs +++ b/Elements/src/Model.cs @@ -128,8 +128,8 @@ public void AddElement(Element element, bool gatherSubElements = true, bool upda { if (!this.Elements.ContainsKey(e.Id)) { - // Because function wrapper code doesn't called UpdateRepresentations any more - // we need to call it her for all nested elements while they are added. + // Because function wrapper code doesn't call UpdateRepresentations any more + // we need to call it here for all nested elements while they are added. if (updateElementRepresentations && e is GeometricElement geoE) { geoE.UpdateRepresentations();