Skip to content

Commit 7bc897d

Browse files
committed
Fixing #27
1 parent ce351a7 commit 7bc897d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Injection/InjectionFactory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ namespace Unity.Injection
99
/// A class that lets you specify a factory method the container
1010
/// will use to create the object.
1111
/// </summary>
12-
/// <remarks>This is a significantly easier way to do the same
13-
/// thing the old static factory extension was used for.</remarks>
12+
/// <remarks>This factory allow using predefined <code>Func&lt;IUnityContainer, Type, string, object&gt;</code> to create types.</remarks>
1413
public class InjectionFactory : InjectionMember, IInjectionFactory, IBuildPlanPolicy
1514
{
1615
#region Fields

0 commit comments

Comments
 (0)