Skip to content

Commit b788a16

Browse files
Update doc
1 parent 2bb1d54 commit b788a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SysML2.NET/Extensions/ElementExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void AssignOwnership(this IElement source, IRelationship bridgeRel
6767
throw new InvalidOperationException("The relationship can not own itself.");
6868
}
6969

70-
// Missing logic: Child can not contain Parent at any containment level
70+
// Missing logic: Target can not contain Source at any containment level
7171

7272
if (bridgeRelationship.OwningRelatedElement != null && bridgeRelationship.OwningRelatedElement != source)
7373
{

0 commit comments

Comments
 (0)