File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
xml/System.Collections.Immutable Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 127
127
<typeparam name =" TKey" >The type of keys stored by the dictionary.</typeparam >
128
128
<typeparam name =" TValue" >The type of values stored by the dictionary.</typeparam >
129
129
<param name =" keyComparer" >The implementation to use to determine the equality of keys in the dictionary.</param >
130
- <param name =" valueComparer" >The implementation to use to determine the equality of values in the dictonary .</param >
130
+ <param name =" valueComparer" >The implementation to use to determine the equality of values in the dictionary .</param >
131
131
<summary >Creates an empty immutable sorted dictionary that uses the specified key and value comparers.</summary >
132
132
<returns >An empty immutable sorted dictionary.</returns >
133
133
<remarks >To be added.</remarks >
You can’t perform that action at this time.
0 commit comments