File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
xml/System.Runtime.InteropServices Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Methods marked with this attribute have the following restrictions:
76
76
77
77
Supplied types must be from the official <xref:System.Runtime.CompilerServices> namespace and be of the form `CallConvXXX`.
78
78
79
- The "default platform" calling convention is well defined for all supported platforms except for x86 based platforms. The x86 defaults are as follows:
79
+ The "default platform" calling convention is well defined for all supported platforms except x86- based platforms. The x86 defaults are as follows:
80
80
* Windows - [stdcall](https://docs.microsoft.com/cpp/cpp/stdcall)
81
81
* Non-Windows - [cdecl](https://docs.microsoft.com/cpp/cpp/cdecl)
82
82
]]> </format >
You can’t perform that action at this time.
0 commit comments