diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 198d1a5..5ec4ef4 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -16315,7 +16315,7 @@ Concepts with multiple operations have far lower chance of accidentally matching
* Flag uses of `enable_if` that appears to simulate single-operation `concepts`.
-### T.21: Require a complete set of operations for a concept
+### T.21: Require a complete set of operations for a concept
##### Reason