summaryrefslogtreecommitdiff
path: root/reviews
diff options
context:
space:
mode:
Diffstat (limited to 'reviews')
-rw-r--r--reviews/talks.md6
1 files 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