Skip to content

Commit 0c5741f

Browse files
authored
Fix formatting in C4162 warning documentation
Added a colon to the example generation statement for clarity.
1 parent d8ab280 commit 0c5741f

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-c4162.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To resolve this warning, compile in a .c file (invoke the C compiler). If you m
1717

1818
## Example
1919

20-
The following example generates C4162
20+
The following example generates C4162:
2121

2222
```cpp
2323
// C4162.cpp

0 commit comments

Comments
 (0)