Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakNaslundBh authored and pawelbaran committed Sep 1, 2022
1 parent cd31783 commit 1a35aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Revit_Engine/Compute/RevitDiffing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private static Diff Diffing(IEnumerable<object> pastObjects, IEnumerable<object>
return null;
}

//Compute the diffing through DIffWIthCUstomIds making use of the ids extracted from the objects
//Compute the diffing through DiffWithCustomIds making use of the ids extracted from the objects
Diff revitDiff = BH.Engine.Diffing.Compute.DiffWithCustomIds(pastObjects.ToList(), pastIds, followingObjects.ToList(), followingIds, diffConfigClone);
return revitDiff;
}
Expand Down

0 comments on commit 1a35aee

Please sign in to comment.