From 2f62321cd55e153f56cf90ea060fcd023b44a9cb Mon Sep 17 00:00:00 2001 From: Eric Wassail Date: Mon, 6 Nov 2023 10:40:55 -0500 Subject: [PATCH] spelling --- Elements/src/Model.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();