Skip to content

Commit b3179d0

Browse files
committed
fixed merge
2 parents eebe44e + e83467b commit b3179d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetCore.AutoRegisterDi/AutoRegisterHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static AutoRegisterData Where(this AutoRegisterData autoRegData, Func<Typ
4848
/// This registers the classes against any public interfaces (other than IDisposable) implemented by the class
4949
/// </summary>
5050
/// <param name="autoRegData">AutoRegister data produced by <see cref="RegisterAssemblyPublicNonGenericClasses"/></param> method
51-
/// <param name="lifetime">Allows you to define the scope of the service - defaults to ServiceLifetime.Transient</param>
51+
/// <param name="lifetime">Allows you to define the lifetime of the service - defaults to ServiceLifetime.Transient</param>
5252
/// <returns></returns>
5353
public static IServiceCollection AsPublicImplementedInterfaces(this AutoRegisterData autoRegData,
5454
ServiceLifetime lifetime = ServiceLifetime.Transient)

0 commit comments

Comments
 (0)