Skip to content

Commit 95de27f

Browse files
committed
Fix a couple more syntax issues.
1 parent 6a43574 commit 95de27f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

xml/System.Runtime.InteropServices/GCHandle`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<param name="value">An <see cref="T:System.IntPtr" /> handle to a managed object to create a <see cref="T:System.Runtime.InteropServices.GCHandle`1" /> object from.</param>
201201
<summary>Returns a new <see cref="T:System.Runtime.InteropServices.GCHandle`1" /> object created from a handle to a managed object.</summary>
202202
<returns>A new <see cref="T:System.Runtime.InteropServices.GCHandle`1" /> object that corresponds to the value parameter.</returns>
203-
<remarks><para><para>This method doesn't validate the provided handle value. The caller must ensure the validity of the handle.</para><para> The <see cref="T:System.IntPtr" /> representation of <see cref="T:System.Runtime.InteropServices.GCHandle`1" /> is not interchangable with <see cref="T:System.Runtime.InteropServices.GCHandle" />.</para><para></para></remarks>
203+
<remarks><para>This method doesn't validate the provided handle value. The caller must ensure the validity of the handle.</para><para> The <see cref="T:System.IntPtr" /> representation of <see cref="T:System.Runtime.InteropServices.GCHandle`1" /> is not interchangable with <see cref="T:System.Runtime.InteropServices.GCHandle" />.</para></remarks>
204204
</Docs>
205205
</Member>
206206
<Member MemberName="GetHashCode">

xml/System.Runtime.Intrinsics.X86/Avx512F.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5214,7 +5214,10 @@
52145214
<Docs>
52155215
<param name="value">To be added.</param>
52165216
<param name="mode">To be added.</param>
5217-
<summary><para>__m256i _mm512_cvt_roundpd_epu32 (__m512d a, int rounding) <para> VCVTPD2UDQ ymm1, zmm2 {er}&lt;/para&gt;</summary>
5217+
<summary>
5218+
<para>__m256i _mm512_cvt_roundpd_epu32 (__m512d a, int rounding)</para>
5219+
<para>VCVTPD2UDQ ymm1, zmm2 {er}</para>
5220+
</summary>
52185221
<returns>To be added.</returns>
52195222
<remarks>To be added.</remarks>
52205223
</Docs>

0 commit comments

Comments
 (0)