Skip to content

Commit 6639ae8

Browse files
authored
Fix header title in compiler warning documentation
Corrected the section header from 'Examples' to 'Example' for consistency.
1 parent c82dc94 commit 6639ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4002.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The number of actual parameters in the macro exceeds the number of formal parame
1515

1616
C4002 can occur when incorrectly using [variadic macros](../../preprocessor/variadic-macros.md).
1717

18-
## Examples
18+
## Example
1919

2020
The following example generates C4002:
2121

0 commit comments

Comments
 (0)