Updating Introduction

This commit is contained in:
Roman Mogilatov 2015-03-30 01:07:45 +03:00
parent 245c8a0aaf
commit 27cf7acc35
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ keep dependencies under control.
Entities
--------
- Providers are strategies of accessing to objects.
- Injections are additional instructions, that are used for determining objects
dependencies.
- Providers are strategies of accessing objects.
- Injections are additional instructions, that are used for determining
dependencies of objects.
- Catalogs are named set of providers.
Example