Skip to content

Commit 020da09

Browse files
style: fix comments
Co-authored-by: 沈星繁 <ikesnowy@outlook.com>
1 parent f95fd5f commit 020da09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cnblogs.Architecture.Ddd.Cqrs.DependencyInjection.EventBus.Dapr/CqrsInjectorExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static CqrsInjector AddDaprEventBus(this CqrsInjector cqrsInjector, strin
4646
/// Register <see cref="DaprClient"/> and <see cref="IEventBus"/>.
4747
/// </summary>
4848
/// <param name="services"><see cref="IServiceCollection"/></param>
49-
/// <param name="appName">app name used by event bus</param>
49+
/// <param name="appName">The app name used when publishing integration events.</param>
5050
/// <returns></returns>
5151
public static IServiceCollection AddDaprEventBus(this IServiceCollection services, string appName)
5252
{

0 commit comments

Comments
 (0)