From 91ceea287cfc1f430b95e9d9f37b5168cf3eb0f7 Mon Sep 17 00:00:00 2001 From: Lars Volker Date: Sat, 6 Aug 2016 19:28:55 +0200 Subject: [PATCH] Fix typo --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index e0b109a..43a5f7a 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -359,7 +359,7 @@ Philosophy rules summary: * [P.8: Don't leak any resources](#Rp-leak) * [P.9: Don't waste time or space](#Rp-waste) * [P.10: Prefer immutable data to mutable data](#Rp-mutable) -* [P.11: Encapsulate messy costructs, rather than spreading through the code](#Rp-library) +* [P.11: Encapsulate messy constructs, rather than spreading through the code](#Rp-library) Philosophical rules are generally not mechanically checkable. However, individual rules reflecting these philosophical themes are.