Skip to content

Commit b33bac0

Browse files
author
Colin Robertson
committed
fix typo
1 parent aaddbe2 commit b33bac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-3-c4996.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 926c7cc2-921d-43ed-ae75-634f560dd317
88
---
99
# Compiler Warning (level 3) C4996
1010

11-
Your code uses a function, class member, variable, or typedef that's marked *deprecated*. Symbols are deprecated by using a `[__declspec(deprecated)`](../../cpp/deprecated-cpp.md) modifier, or the C++14 [`[[deprecated]]`](../../cpp/attributes.md) attribute. The actual C4996 warning message is specified by the `deprecated` modifier or attribute of the declaration.
11+
Your code uses a function, class member, variable, or typedef that's marked *deprecated*. Symbols are deprecated by using a [`__declspec(deprecated)`](../../cpp/deprecated-cpp.md) modifier, or the C++14 [`[[deprecated]]`](../../cpp/attributes.md) attribute. The actual C4996 warning message is specified by the `deprecated` modifier or attribute of the declaration.
1212

1313
> [!IMPORTANT]
1414
> This warning is always a deliberate message from the author of the header file that declares the symbol. Don't use the deprecated symbol without understanding the consequences.

0 commit comments

Comments
 (0)