memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 1412f919f69e08a1cf430b114109917bfb06ad18
parent 8822043d6bc93571e400f6e236900a8668a5d724
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 28 Sep 2020 22:21:12 +0200

Fix typo

Diffstat:
Mreviews/talks.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reviews/talks.md b/reviews/talks.md @@ -14,9 +14,9 @@ inheriting to override a method really means that the parent class had a default "null" behaviour that can be injected explicitly. Name the role, make an interface for it, and make classes that -implement each behaviour (the null one and the specialiazed one). -This will make it easier to compose specializations (i.e. save you -from multiple inheritance). +implement each behaviour (the null one and the specialized one). This +will make it easier to compose specializations (i.e. save you from +multiple inheritance). # Sandi Metz - Rules