From 2cd4affe2bcbb5d3682f41dab39f4957d110025f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Mon, 9 Feb 2026 08:08:15 +0300 Subject: [PATCH] Fix "import" as "important" in "What I left out" --- source/articles/2015-01-05-what-i-left-out.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/articles/2015-01-05-what-i-left-out.html.markdown b/source/articles/2015-01-05-what-i-left-out.html.markdown index 7f67b7f1..12c8f7f8 100644 --- a/source/articles/2015-01-05-what-i-left-out.html.markdown +++ b/source/articles/2015-01-05-what-i-left-out.html.markdown @@ -167,7 +167,7 @@ A very simple (and incomplete) example: The Cow and Chicken classes can use all attributes and methods that are defined for Animal. -A course or a book on _Object Oriented programming_ can teach you all about this import concept. +A course or a book on _Object Oriented programming_ can teach you all about this important concept. ### Instance variables In the lessons we mentioned _object variables_. Actually these should be called _instance variables_,