Skip to content

Commit 1630aae

Browse files
authored
fix return value section (#4097)
1 parent 85f8c1c commit 1630aae

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

xml/System/Int16.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,9 +1113,9 @@
11131113
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
11141114
<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" />.
11151115

1116-
-or-
1116+
-or-
11171117

1118-
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
1118+
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
11191119
<remarks>
11201120
<format type="text/markdown"><![CDATA[
11211121

xml/System/Int64.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,9 +1137,9 @@
11371137
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
11381138
<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" />.
11391139

1140-
-or-
1140+
-or-
11411141

1142-
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
1142+
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
11431143
<remarks>
11441144
<format type="text/markdown"><![CDATA[
11451145

xml/System/UInt16.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,9 +1170,9 @@
11701170
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
11711171
<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" />.
11721172

1173-
-or-
1173+
-or-
11741174

1175-
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
1175+
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
11761176
<remarks>
11771177
<format type="text/markdown"><![CDATA[
11781178

xml/System/UInt32.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,9 +1183,9 @@
11831183
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
11841184
<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" />.
11851185

1186-
-or-
1186+
-or-
11871187

1188-
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
1188+
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
11891189
<remarks>
11901190
<format type="text/markdown"><![CDATA[
11911191

xml/System/UInt64.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,9 +1164,9 @@
11641164
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
11651165
<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" />.
11661166

1167-
-or-
1167+
-or-
11681168

1169-
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
1169+
<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
11701170
<remarks>
11711171
<format type="text/markdown"><![CDATA[
11721172

0 commit comments

Comments
 (0)