diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 29a61f2..9ddbdcd 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -82,7 +82,7 @@ You can sample rules for specific language features: * `concept`: [rules](#SS-concepts) -- [in generic programming](#Rt-raise) -- -[template arguments](#RT-concepts) -- +[template arguments](#Rt-concepts) -- [semantics](#Rt-low) * constructor: [invariant](#Rc-struct) --