Skip to content

Commit 8a13758

Browse files
authored
Update CallingConvention.xml (#3967)
1 parent d7dc8f4 commit 8a13758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Runtime.InteropServices/CallingConvention.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
</ReturnValue>
176176
<MemberValue>3</MemberValue>
177177
<Docs>
178-
<summary>The callee cleans the stack. This is the default convention for calling unmanaged functions with platform invoke.</summary>
178+
<summary>The callee cleans the stack.</summary>
179179
</Docs>
180180
</Member>
181181
<Member MemberName="ThisCall">
@@ -253,7 +253,7 @@
253253
</ReturnValue>
254254
<MemberValue>1</MemberValue>
255255
<Docs>
256-
<summary>This member is not actually a calling convention, but instead uses the default platform calling convention. For example, on Windows the default is <see cref="F:System.Runtime.InteropServices.CallingConvention.StdCall" /> and on Windows CE.NET it is <see cref="F:System.Runtime.InteropServices.CallingConvention.Cdecl" />.</summary>
256+
<summary>This member is not actually a calling convention, but instead uses the default platform calling convention. For example, on Windows x86 the default is <see cref="F:System.Runtime.InteropServices.CallingConvention.StdCall" /> and on Linux x86 it is <see cref="F:System.Runtime.InteropServices.CallingConvention.Cdecl" />.</summary>
257257
</Docs>
258258
</Member>
259259
</Members>

0 commit comments

Comments
 (0)