Skip to content

Commit d39b6f5

Browse files
Apply suggestions from code review
Co-authored-by: Carlos Sánchez López <[email protected]>
1 parent 6966d51 commit d39b6f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xml/System.Collections.Frozen/FrozenSet`1.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -963,15 +963,16 @@
963963
</Parameters>
964964
<Docs>
965965
<typeparam name="TAlternate">The alternate type of a key for performing lookups.</typeparam>
966-
<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>
966+
<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>
967967
<summary>
968968
Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenSet`1"/>
969969
using a <typeparamref name="TAlternate"/> instead of a <typeparamref name="T"/>.
970970
</summary>
971-
<returns>true if a lookup could be created; otherwise, false.</returns>
971+
<returns>
972+
<see langword="true" /> if a lookup could be created; otherwise, <see langword="false" />.</returns>
972973
<remarks>
973974
This instance must be using a comparer that implements <see cref="T:System.Collections.Generic.IAlternateEqualityComparer`2"/> with
974-
<typeparamref name="TAlternate"/> and <typeparamref name="T"/>. If it doesn't, the method will return false.
975+
<typeparamref name="TAlternate"/> and <typeparamref name="T"/>. If it doesn't, the method will return <see langword="false" />.
975976
</remarks>
976977
</Docs>
977978
</Member>

0 commit comments

Comments
 (0)