Skip to content

Commit 10abe54

Browse files
authored
Update compiler-warning-level-4-c4242.md
1 parent d3fc69d commit 10abe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The types are different. Type conversion may result in loss of data. The compile
1313

1414
This warning is off by default. For more information, see [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
1515

16-
For additional information on C4242, see [Common Compiler Errors](/windows/win32/WinProg64/common-compiler-errors).
16+
For more information on C4242, see [Common Compiler Errors](/windows/win32/WinProg64/common-compiler-errors).
1717

1818
The following sample generates C4242:
1919

0 commit comments

Comments
 (0)