Fix a typo in the documentation to unbreak the sphinx builder.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 25 Nov 2020 12:33:38 +0000 (07:33 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 25 Nov 2020 12:34:08 +0000 (07:34 -0500)
clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst

index b744d21b6ff893d9329526f7fc22c0e329f717dc..68c0abfcbdf6101c29ac19acb0949caff1ed5826 100644 (file)
@@ -680,7 +680,7 @@ After:
     When defined, the check will ensure enumeration names will add the
     prefixed with the given value (regardless of casing).
 
-.. option:: EnumConstantIgnoredRegexp
+.. option:: EnumIgnoredRegexp
 
     Identifier naming checks won't be enforced for enumeration names
     matching this regular expression.