From a252b8179968d8d08da01d7b890c23ffdb96ae88 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Wed, 3 Jul 2019 17:00:36 +0200 Subject: [PATCH] - fix xml comment --- LightweightIocContainer/Interfaces/Factories/ITypedFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightweightIocContainer/Interfaces/Factories/ITypedFactory.cs b/LightweightIocContainer/Interfaces/Factories/ITypedFactory.cs index b4b127c..e229d26 100644 --- a/LightweightIocContainer/Interfaces/Factories/ITypedFactory.cs +++ b/LightweightIocContainer/Interfaces/Factories/ITypedFactory.cs @@ -11,7 +11,7 @@ namespace LightweightIocContainer.Interfaces.Factories public interface ITypedFactory { /// - /// The implemented abstract typed factory/> + /// The implemented abstract typed factory /// TFactory Factory { get; set; } }