From 0a4cfc0d7eeb9f24531898a085b6cac5c03470fa Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Tue, 1 Sep 2015 00:36:56 +0300 Subject: [PATCH] Fix minor issues in introduction --- docs/main/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/introduction.rst b/docs/main/introduction.rst index 70ef2c5a..0df997bc 100644 --- a/docs/main/introduction.rst +++ b/docs/main/introduction.rst @@ -24,7 +24,7 @@ The name of this problem is - "Dependency hell!". It sounds like "I have so many classes and functions! They are great, now I can understand each of them, but it is so hard to see the whole picture! How are they linked with each other? What dependencies does this class have?". And this is a key question: -"What dependencies do certain class / function have?". To resolve this issues +"What dependencies does certain class / function have?". To resolve this issues developers have to go inside with IoC_ principles and implementation patterns. One of such IoC_ implementation patterns is called `dependency injection`_.