Skip to content

Commit 3c476b1

Browse files
authored
Merge pull request #659 from lekv/patch-1
Fix typo
2 parents a0a1d86 + 91ceea2 commit 3c476b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Philosophy rules summary:
359359
* [P.8: Don't leak any resources](#Rp-leak)
360360
* [P.9: Don't waste time or space](#Rp-waste)
361361
* [P.10: Prefer immutable data to mutable data](#Rp-mutable)
362-
* [P.11: Encapsulate messy costructs, rather than spreading through the code](#Rp-library)
362+
* [P.11: Encapsulate messy constructs, rather than spreading through the code](#Rp-library)
363363

364364
Philosophical rules are generally not mechanically checkable.
365365
However, individual rules reflecting these philosophical themes are.

0 commit comments

Comments
 (0)