Fix a typo in the documentation to unbreak the sphinx builder.

This commit is contained in:
Aaron Ballman 2020-11-25 07:33:38 -05:00
parent ce322fb0b8
commit ed242da0ff
1 changed files with 1 additions and 1 deletions

View 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.