Skip to content

Commit c658907

Browse files
Update compiler-warning-level-4-c4464.md
typo fix
1 parent 091596c commit c658907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4464.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ This warning is new in Visual Studio 2015 Update 1, and is off by default. Use [
2121

2222
Source code files that use '..' path segments can trigger this warning when the **/Wall** option is specified:
2323

24-
Given this code layout:
24+
Given this code:
2525
```cpp
2626
// proj\headers\C4426.h
27-
// some header stuff
27+
// ... some header contents ...
2828
```
2929
```cpp
30-
// proj/src\a.cpp
30+
// proj\src\a.cpp
3131
#include "..\headers\C4426.h" // emits warning C4464
3232

3333
// To fix this issue, specify only the header file name, and add either

0 commit comments

Comments
 (0)