Commit ed242da0 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

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

parent ce322fb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.