From 1412f919f69e08a1cf430b114109917bfb06ad18 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 28 Sep 2020 22:21:12 +0200 Subject: Fix typo --- reviews/talks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reviews/talks.md b/reviews/talks.md index d32c4ad..8225e4a 100644 --- 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 -- cgit v1.2.3