Skip to content

Commit bf7568a

Browse files
Update CAP.ServiceCollectionExtensions.cs (#1683)
1 parent cd6bdef commit bf7568a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DotNetCore.CAP/CAP.ServiceCollectionExtensions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class ServiceCollectionExtensions
2222
/// </summary>
2323
/// <param name="services">The services available in the application.</param>
2424
/// <param name="setupAction">An action to configure the <see cref="CapOptions" />.</param>
25-
/// <returns>An <see cref="CapBuilder" /> for application services.</returns>
25+
/// <returns>A <see cref="CapBuilder" /> for application services.</returns>
2626
public static CapBuilder AddCap(this IServiceCollection services, Action<CapOptions> setupAction)
2727
{
2828
ArgumentNullException.ThrowIfNull(setupAction);
@@ -75,4 +75,4 @@ public static CapBuilder AddCap(this IServiceCollection services, Action<CapOpti
7575

7676
return new CapBuilder(services);
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)