From 642518f4819a3bcdcbe42c741e5abd010e1d0d5c Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 3 Mar 2020 14:15:28 -0800 Subject: [PATCH] Update CallingConvention.xml --- xml/System.Runtime.InteropServices/CallingConvention.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Runtime.InteropServices/CallingConvention.xml b/xml/System.Runtime.InteropServices/CallingConvention.xml index d0c366f21e3..15b2ce794a1 100644 --- a/xml/System.Runtime.InteropServices/CallingConvention.xml +++ b/xml/System.Runtime.InteropServices/CallingConvention.xml @@ -175,7 +175,7 @@ 3 - The callee cleans the stack. This is the default convention for calling unmanaged functions with platform invoke. + The callee cleans the stack. @@ -253,7 +253,7 @@ 1 - This member is not actually a calling convention, but instead uses the default platform calling convention. For example, on Windows the default is and on Windows CE.NET it is . + This member is not actually a calling convention, but instead uses the default platform calling convention. For example, on Windows x86 the default is and on Linux x86 it is .