File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Code analysis name: `VirtualFreeInvalidParam1`
1919
2020## Example
2121
22- The following sample code generates warning C6331:
22+ The following example code generates warning C6331:
2323
2424``` cpp
2525#include < windows.h>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Code analysis name: `VIRTUALFREEINVALIDPARAM3`
1818
1919## Example
2020
21- The following code sample generates this warning:
21+ The following code example generates this warning:
2222
2323``` cpp
2424#include < windows.h>
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ void f()
3737}
3838```
3939
40- To correct this warning, use the following sample code:
40+ To correct this warning, use the following example code:
4141
4242```cpp
4343// C6388_no_warning.cpp
You can’t perform that action at this time.
0 commit comments