From 472d7cb66bc13abd12378b0589be32da657f2048 Mon Sep 17 00:00:00 2001 From: Michael Robson Date: Fri, 18 Sep 2015 14:25:01 -0500 Subject: [PATCH] Fix CPL anchor to match links Change-Id: I182b0628f5d02325301960dcf325f94f6d2f3df4 --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 0b2cd1d..1a42dea 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -10217,7 +10217,7 @@ Of course, range-for is better still where it does what you want. - + # CPL: C-style programming C and C++ are closely related languages.