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; } }