Skip to content

Commit 186b182

Browse files
committed
chore: clean up
1 parent 99191f8 commit 186b182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ All the IEffective and GetEffective methods in the models have been removed as w
602602

603603
### Shallow Copy in place of copy constructors
604604

605-
Copy constructors for referenceable components have been made internal, a new *CreateShallowCopy()* method has been exposed on these models to facilitate deep copying.
605+
Copy constructors for referenceable components have been made internal, a new *CreateShallowCopy()* method has been exposed on these models to facilitate cloning.
606606

607607
**Example:**
608608
```csharp

0 commit comments

Comments
 (0)