diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index cbdf109..3ab0801 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -252,7 +252,7 @@ Tools that implement these rules shall respect the following syntax to explicitl [[suppress(tag)]] -where "tag" is the anchor name of the item where the Enrocement rule appears (e.g., for C.134 it is "Rh-public"), or the name of a profile group-of-rules ("types", "bounds", or "lifetime"). +where "tag" is the anchor name of the item where the Enforcement rule appears (e.g., for C.134 it is "Rh-public"), or the name of a profile group-of-rules ("types", "bounds", or "lifetime"). ## In.struct: The structure of this document