We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a1d86 commit 91ceea2Copy full SHA for 91ceea2
CppCoreGuidelines.md
@@ -359,7 +359,7 @@ Philosophy rules summary:
359
* [P.8: Don't leak any resources](#Rp-leak)
360
* [P.9: Don't waste time or space](#Rp-waste)
361
* [P.10: Prefer immutable data to mutable data](#Rp-mutable)
362
-* [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)
363
364
Philosophical rules are generally not mechanically checkable.
365
However, individual rules reflecting these philosophical themes are.
0 commit comments