Skip to content

Commit b3247d2

Browse files
Update UnmanagedCallersOnlyAttribute.xml
1 parent 8431186 commit b3247d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.InteropServices/UnmanagedCallersOnlyAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Methods marked with this attribute have the following restrictions:
7676
7777
Supplied types must be from the official <xref:System.Runtime.CompilerServices> namespace and be of the form `CallConvXXX`.
7878
79-
The "default platform" calling convention is well defined for all supported platforms except x86-based platforms. The x86 defaults are as follows:
79+
The "default platform calling convention" is generally unambiguous for all supported platforms except x86-based platforms. The x86 defaults are as follows:
8080
* Windows - [stdcall](https://docs.microsoft.com/cpp/cpp/stdcall)
8181
* Non-Windows - [cdecl](https://docs.microsoft.com/cpp/cpp/cdecl)
8282
]]></format>

0 commit comments

Comments
 (0)