From d314de001b063b55f7202c2b18fca3c647607de8 Mon Sep 17 00:00:00 2001 From: Kristoffel Pirard Date: Fri, 11 Dec 2015 15:25:43 +0100 Subject: [PATCH] [fix] typo --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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