- fix xml comment

pull/32/head
Simon Gockner 7 years ago
parent b7d0932124
commit a252b81799
  1. 2
      LightweightIocContainer/Interfaces/Factories/ITypedFactory.cs

@ -11,7 +11,7 @@ namespace LightweightIocContainer.Interfaces.Factories
public interface ITypedFactory<TFactory> public interface ITypedFactory<TFactory>
{ {
/// <summary> /// <summary>
/// The implemented abstract typed factory/> /// The implemented abstract typed factory
/// </summary> /// </summary>
TFactory Factory { get; set; } TFactory Factory { get; set; }
} }

Loading…
Cancel
Save