Skip to content

Commit eeb17fd

Browse files
TylerMSFTTylerMSFT
authored andcommitted
put keywords in code escape
1 parent a1552c5 commit eeb17fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-language/noreturn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ f1_keywords: ["_Noreturn_c", "noreturn"]
66
helpviewer_keywords: ["keywords [C]"]
77
---
88

9-
# _Noreturn keyword and noreturn macro (C11)
9+
# `_Noreturn` keyword and `noreturn` macro (C11)
1010

1111
The `_Noreturn` keyword was introduced in C11. It tells the compiler that the function it's applied to doesn't return. The compiler knows that the code following a call to a `_Noreturn` function is unreachable.
1212

0 commit comments

Comments
 (0)