From eb203c8e3c9ad7a85568fcbad5665444ad122c2a Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 24 Jul 2014 23:48:37 +0200 Subject: [PATCH] Reword section in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100cfa4..0e9f204 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ assert(instance.dependency !is null); If an interface is to be autowired, you must register a concrete class by interface. Any class registered by concrete type can only be injected when a dependency on a concrete type is autowired. ###Circular dependencies -Poodinis can autowire circular dependencies when they are registered with singleInstance or existingInstance registration scopes. Circular dependencies in registrations with newInstance scopes cannot be autowired, as this would cause an endless loop. +Poodinis can autowire circular dependencies when they are registered with singleInstance or existingInstance registration scopes. Circular dependencies in registrations with newInstance scopes will not be autowired, as this would cause an endless loop. Known issues ------------