Skip to content

Commit

Permalink
Try to fix warning using O:
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop authored Aug 18, 2023
1 parent 334bdc5 commit 033783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Collections.Frozen/FrozenDictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<param name="comparer">The comparer implementation to use to compare keys for equality. If <see langword="null" />, <see cref="P:System.Collections.Generic.EqualityComparer`1.Default" /> is used.</param>
<summary>Creates a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> with the specified key/value pairs.</summary>
<returns>A <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> that contains the specified keys and values.</returns>
<remarks>If the same key appears multiple times in the input, the latter one in the sequence takes precedence. This differs from <see cref="M:System.Linq.Enumerable.ToDictionary" />, with which multiple duplicate keys will result in an exception.</remarks>
<remarks>If the same key appears multiple times in the input, the latter one in the sequence takes precedence. This differs from <see cref="O:System.Linq.Enumerable.ToDictionary" />, with which multiple duplicate keys will result in an exception.</remarks>
</Docs>
</Member>
<Member MemberName="ToFrozenDictionary&lt;TSource,TKey&gt;">
Expand Down

0 comments on commit 033783b

Please sign in to comment.