Skip to content

Commit 91ceea2

Browse files
authored
Fix typo
1 parent a0a1d86 commit 91ceea2

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)