diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index cc1ccd3..f954dad 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -144,7 +144,7 @@ You can sample rules for specific language features: [when to use](#SS-lambdas) * operator: [conventional](#Ro-conventional) -- -[avoid conversion operators](#Ro-conventional) -- +[avoid conversion operators](#Ro-conversion) -- [and lambdas](#Ro-lambda) * `public`, `private`, and `protected`: [information hiding](#Rc-private) --