From e31a85dc2dbfad666f45e98fe4cbec946ac94158 Mon Sep 17 00:00:00 2001 From: hsutter Date: Mon, 13 Aug 2018 11:27:45 -0700 Subject: [PATCH] Closes #1251 --- CppCoreGuidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`: