Skip to content

Commit fe7e634

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

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
@@ -2705,7 +2705,7 @@ This member is an explicit interface member implementation. It can be used only
27052705
</Parameters>
27062706
<Docs>
27072707
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
2708-
<param name="lookup">The created lookup instance when the method returns true, or a default instance that should not be used if the method returns false.</param>
2708+
<param name="lookup">The created lookup instance when the method returns <see langword="true" />, or a default instance that should not be used if the method returns <see langword="false" />.</param>
27092709
<summary>
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"/>.

0 commit comments

Comments
 (0)