diff --git a/docs/cpp/attributes.md b/docs/cpp/attributes.md index 5c3644f81c..961f2945bb 100644 --- a/docs/cpp/attributes.md +++ b/docs/cpp/attributes.md @@ -159,7 +159,7 @@ void f() { ### `[[msvc::noinline]]` -When placed before a function declaration, the Microsoft-specific attribute `[[msvc::noinline]]` has the same meaning as `declspec(noinline)`. +When placed before a function declaration, the Microsoft-specific attribute `[[msvc::noinline]]` has the same meaning as `__declspec(noinline)`. ### `[[msvc::noinline_calls]]`