Skip to content

Commit e5a70cb

Browse files
committed
Replace _not_ in reserved-identifier.rst from the clang-tidy docs with *not*
1 parent dba54fb commit e5a70cb

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)