From ed242da0ffa28493d8a5ee6b80ecbe2441ca48a7 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 25 Nov 2020 07:33:38 -0500 Subject: [PATCH] Fix a typo in the documentation to unbreak the sphinx builder. --- .../docs/clang-tidy/checks/readability-identifier-naming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst b/clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst index b744d21b6ff8..68c0abfcbdf6 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst @@ -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.