Skip to content

Commit 9d31471

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 1124e0f commit 9d31471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Runtime.Intrinsics/Vector64.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5761,7 +5761,7 @@ On x86, this method corresponds to __m64 _mm_setr_pi8
57615761
<returns>A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in <paramref name="vector" /> were even integral values.</returns>
57625762
<remarks>
57635763
<para>This correctly handles floating-point values and so <c>2.0</c> will return <c>all-bits-set</c> while <c>2.2</c> will return <c>zero</c>.</para>
5764-
<para>This functioning returning <c>zero</c> for a corresponding element does not imply that <c>IsOddInteger</c> will return <c>all-bits-set</c> for that element. A number with a fractional portion, <c>3.3</c>, is not even nor odd.</para>
5764+
<para>This function returning <c>zero</c> for a corresponding element does not imply that <c>IsOddInteger</c> will return <c>all-bits-set</c> for that element. A number with a fractional portion, <c>3.3</c>, is neither even nor odd.</para>
57655765
</remarks>
57665766
</Docs>
57675767
</Member>
@@ -6137,7 +6137,7 @@ On x86, this method corresponds to __m64 _mm_setr_pi8
61376137
<returns>A vector whose elements are all-bits-set or zero, depending on if the corresponding elements in <paramref name="vector" /> were odd integral values.</returns>
61386138
<remarks>
61396139
<para>This correctly handles floating-point values and so <c>3.0</c> will return <c>all-bits-set</c> for a corresponding element while <c>3.3</c> will return <c>zero</c>.</para>
6140-
<para>This functioning returning <c>zero</c> for a corresponding element does not imply that <c>IsEvenInteger</c> will return <c>all-bits-set</c> for that element. A number with a fractional portion, <c>3.3</c>, is neither even nor odd.</para>
6140+
<para>This function returning <c>zero</c> for a corresponding element does not imply that <c>IsEvenInteger</c> will return <c>all-bits-set</c> for that element. A number with a fractional portion, <c>3.3</c>, is neither even nor odd.</para>
61416141
</remarks>
61426142
</Docs>
61436143
</Member>

0 commit comments

Comments
 (0)