Skip to content

Commit 6d7712a

Browse files
authored
[clang-tidy][docs] Replace _not_ in reserved-identifier.rst with *not* (#112162)
Fixes a documentation formatting error where `_not_` was used which has no special meaning in reST and replaces it with `*not*`. Closes #111691.
1 parent 87645e9 commit 6d7712a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/reserved-identifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Violating the naming rules above results in undefined behavior.
2828
int _g(); // disallowed in global namespace only
2929

3030
The check can also be inverted, i.e. it can be configured to flag any
31-
identifier that is _not_ a reserved identifier. This mode is for use by e.g.
31+
identifier that is *not* a reserved identifier. This mode is for use by e.g.
3232
standard library implementors, to ensure they don't infringe on the user
3333
namespace.
3434

0 commit comments

Comments
 (0)