Skip to content

Commit 9d969b6

Browse files
Clarified about copying an immutable dictionary
1 parent c9db664 commit 9d969b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Immutable/ImmutableDictionary`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<format type="text/markdown"><![CDATA[
9898
9999
## Remarks
100-
When you manipulate an immutable dictionary a copy of the original dictionary is made, manipulations applied and a new immutable dictionary is returned.
100+
When you manipulate an immutable dictionary, a new one is returned with the appropriate changes, while the old one is not altered.
101101
102102
## Examples
103103
This example shows how to create an immutable dictionary and get values from it:

0 commit comments

Comments
 (0)