Skip to content

Commit 0c68949

Browse files
authored
Fix wording in the Int32 documentation (#4484)
1 parent fa04bf0 commit 0c68949

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
@@ -154,7 +154,7 @@
154154
<AssemblyVersion>4.2.0.0</AssemblyVersion>
155155
</AssemblyInfo>
156156
<Docs>
157-
<summary>Compares this instance to a specified object or <see cref="T:System.Int32" /> and returns an indication of their relative values.</summary>
157+
<summary>Compares this instance to a specified 32-bit signed integer and returns an indication of their relative values.</summary>
158158
</Docs>
159159
</MemberGroup>
160160
<Member MemberName="CompareTo">
@@ -334,7 +334,7 @@
334334
<AssemblyVersion>4.2.0.0</AssemblyVersion>
335335
</AssemblyInfo>
336336
<Docs>
337-
<summary>Returns a value indicating whether this instance is equal to a specified object or <see cref="T:System.Int32" />.</summary>
337+
<summary>Returns a value indicating whether this instance is equal to a specified <see cref="T:System.Int32" /> value.</summary>
338338
</Docs>
339339
</MemberGroup>
340340
<Member MemberName="Equals">

0 commit comments

Comments
 (0)