Skip to content

Commit 2ef4cc0

Browse files
nschonniRon Petrusha
authored andcommitted
typo: dictonary -> dictionary (#2184)
1 parent de49539 commit 2ef4cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Immutable/ImmutableSortedDictionary.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<typeparam name="TKey">The type of keys stored by the dictionary.</typeparam>
128128
<typeparam name="TValue">The type of values stored by the dictionary.</typeparam>
129129
<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>
131131
<summary>Creates an empty immutable sorted dictionary that uses the specified key and value comparers.</summary>
132132
<returns>An empty immutable sorted dictionary.</returns>
133133
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)