Skip to content

Commit 29b461f

Browse files
authored
Update c26447.md
1 parent 0b29e5c commit 29b461f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26447.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This rule amends another rule, [C26440 DECLARE_NOEXCEPT](c26440.md), which tries
1919
- The compiler-generated target functions are skipped to reduce noise since exception specifications are not always provided by the compiler.
2020
- The checker also skips special kinds of target functions that are expected to be implemented as **`noexcept`**; this rule is enforced by [C26439 SPECIAL_NOEXCEPT](c26439.md).
2121

22-
# Example
22+
## Example
2323
```cpp
2424
#include <vector>
2525
#include <string>

0 commit comments

Comments
 (0)