Skip to content

Commit 6eb8b42

Browse files
author
Colin Robertson
authored
Make grammar checker happy
1 parent 94b661c commit 6eb8b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/decorated-names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The function and class names are encoded in the decorated name. The rest of the
4747

4848
## <a name="FormatC"></a> Format of a C decorated name
4949

50-
The form of decoration for a C function depends on the calling convention used in its declaration, as shown in the following table. This is also the decoration format that is used when C++ code is declared to have `extern "C"` linkage. The default calling convention is **`__cdecl`**. Note that in a 64-bit environment, functions are not decorated except for the `__vectorcall` calling convention.
50+
The form of decoration for a C function depends on the calling convention used in its declaration, as shown in the following table. It's also the decoration format that's used when C++ code is declared to have `extern "C"` linkage. The default calling convention is **`__cdecl`**. In a 64-bit environment, C or `extern "C"` functions are only decorated when using the `__vectorcall` calling convention.
5151

5252
|Calling convention|Decoration|
5353
|------------------------|----------------|

0 commit comments

Comments
 (0)