Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wynged committed Nov 6, 2023
1 parent 782cbd8 commit 2f62321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Elements/src/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2f62321

Please sign in to comment.