We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe49fb commit 6966d51Copy full SHA for 6966d51
xml/System.Collections.Frozen/FrozenDictionary`2.xml
@@ -1231,7 +1231,7 @@
1231
<see langword="true" /> if a lookup could be created; otherwise, <see langword="false" />.</returns>
1232
<remarks>
1233
This instance must be using a comparer that implements <see cref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with
1234
- <typeparamref name="TAlternateKey"/> and <typeparamref name="TKey"/>. If it doesn't, the method will return false.
+ <typeparamref name="TAlternateKey"/> and <typeparamref name="TKey"/>. If it doesn't, the method will return <see langword="false" />.
1235
</remarks>
1236
</Docs>
1237
</Member>
0 commit comments