Skip to content

Commit 2b1d05e

Browse files
authored
fix return value formatting (#4093)
1 parent 8907e97 commit 2b1d05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/Int32.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,9 +1193,9 @@
11931193
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
11941194
<list type="table"><listheader><term>Return Value</term><description>Description</description></listheader><item><term>Less than zero</term><description>This instance is less than <paramref name="value" />.</description></item><item><term>Zero</term><description>This instance is equal to <paramref name="value" />.</description></item><item><term>Greater than zero</term><description>This instance is greater than <paramref name="value" />.
11951195

1196-
-or-
1196+
-or-
11971197

1198-
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
1198+
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
11991199
<remarks>
12001200
<format type="text/markdown"><![CDATA[
12011201

0 commit comments

Comments
 (0)