From 5e567f8da5ecc97205be9db379bcb88c63c3e1a4 Mon Sep 17 00:00:00 2001 From: "Mykhailo.Gaburak" Date: Mon, 5 Feb 2018 16:08:57 +0200 Subject: [PATCH] Removed unneded docs. --- src/decorators/lazyInject.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/decorators/lazyInject.ts b/src/decorators/lazyInject.ts index 79f32e7..b9b85fd 100644 --- a/src/decorators/lazyInject.ts +++ b/src/decorators/lazyInject.ts @@ -5,7 +5,6 @@ import Context from '../classes/context' /** * property decorator - * Make sure when you using @lazyInject to hacve circular dependencies class is singleton * @param clsOrAlias * @param callback */