Skip to content

Commit 4de9a99

Browse files
Update xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml
Co-authored-by: Carlos Sánchez López <[email protected]>
1 parent fe7e634 commit 4de9a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,7 +2714,7 @@ This member is an explicit interface member implementation. It can be used only
27142714
<see langword="true" /> if a lookup could be created; otherwise, <see langword="false" />.</returns>
27152715
<remarks>
27162716
This instance must be using a comparer that implements <see cref="T:System.Collections.Generic.IAlternateEqualityComparer`2" /> with
2717-
<typeparamref name="TAlternateKey"/> and <typeparamref name="TKey"/>. If it doesn't, the method will return false.
2717+
<typeparamref name="TAlternateKey"/> and <typeparamref name="TKey"/>. If it doesn't, the method will return <see langword="false" />.
27182718
</remarks>
27192719
</Docs>
27202720
</Member>

0 commit comments

Comments
 (0)