From 2d560bf69de09f3f20b150eaed673a3699952b28 Mon Sep 17 00:00:00 2001 From: "Remo H. Jansen" Date: Mon, 11 Apr 2016 09:51:59 +0100 Subject: [PATCH] Update inversify.test.ts --- test/inversify.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/inversify.test.ts b/test/inversify.test.ts index 5996d9a5..d75a633f 100644 --- a/test/inversify.test.ts +++ b/test/inversify.test.ts @@ -1730,7 +1730,7 @@ describe("InversifyJS", () => { } } - // Important: notice no anotations required in derived class + // Important: notice no anotations required in base class // However, it is recommended to annotate it as well class Samurai implements IWarrior {