Skip to content

Commit 8159a7a

Browse files
Youssef1313mairaw
authored andcommitted
Fix formatting (#3786)
1 parent afc9aa9 commit 8159a7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xml/System.Collections/IComparer.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ The following example uses the <xref:System.Collections.IComparer> interface to
102102
<param name="x">The first object to compare.</param>
103103
<param name="y">The second object to compare.</param>
104104
<summary>Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.</summary>
105-
<returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />:<br /> - If less than 0, <paramref name="x" /> is less than <paramref name="y" />.<br /> - If 0, <paramref name="x" /> equals <paramref name="y" />.<br /> - If greater than 0, <paramref name="x" /> is greater than <paramref name="y" />.
106-
107-
.</returns>
105+
<returns>A signed integer that indicates the relative values of <paramref name="x" /> and <paramref name="y" />:<br /> - If less than 0, <paramref name="x" /> is less than <paramref name="y" />.<br /> - If 0, <paramref name="x" /> equals <paramref name="y" />.<br /> - If greater than 0, <paramref name="x" /> is greater than <paramref name="y" />.</returns>
108106
<remarks>
109107
<format type="text/markdown"><![CDATA[
110108

0 commit comments

Comments
 (0)