Skip to content

Commit 2253dfb

Browse files
Update xml/System.Collections.Frozen/FrozenDictionary`2.xml
Co-authored-by: Carlos Sánchez López <[email protected]>
1 parent 287545f commit 2253dfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/System.Collections.Frozen/FrozenDictionary`2.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,8 @@
12271227
Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2"/>
12281228
using a <typeparamref name="TAlternateKey"/> as a key instead of a <typeparamref name="TKey"/>.
12291229
</summary>
1230-
<returns>true if a lookup could be created; otherwise, false.</returns>
1230+
<returns>
1231+
<see langword="true" /> if a lookup could be created; otherwise, <see langword="false" />.</returns>
12311232
<remarks>
12321233
This instance must be using a comparer that implements <see cref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with
12331234
<typeparamref name="TAlternateKey"/> and <typeparamref name="TKey"/>. If it doesn't, the method will return false.

0 commit comments

Comments
 (0)