Skip to content

Commit f494426

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,8 @@ This member is an explicit interface member implementation. It can be used only
27102710
Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2"/>
27112711
using a <typeparamref name="TAlternateKey"/> as a key instead of a <typeparamref name="TKey"/>.
27122712
</summary>
2713-
<returns>true if a lookup could be created; otherwise, false.</returns>
2713+
<returns>
2714+
<see langword="true" /> if a lookup could be created; otherwise, <see langword="false" />.</returns>
27142715
<remarks>
27152716
This instance must be using a comparer that implements <see cref="T:System.Collections.Generic.IAlternateEqualityComparer`2" /> with
27162717
<typeparamref name="TAlternateKey"/> and <typeparamref name="TKey"/>. If it doesn't, the method will return false.

0 commit comments

Comments
 (0)