diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f76ae8c..97f476a 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -66,8 +66,8 @@ You can sample rules for specific language features: * assignment: [regular types](#Rc-regular) -- [prefer initialization](#Rc-initialize) -- -[copy](#Rc-copy-semantics) -- -[move](#Rc-move-semantics) -- +[copy](#Rc-copy-semantic) -- +[move](#Rc-move-semantic) -- [other operations](#Rc-matched) -- [default](#Rc-eqdefault) * `class`: