Skip to content

Commit 45fd313

Browse files
Update publish-subscribe.md (#24754)
Corrected typo in the IEventBus interface.
1 parent ac21130 commit 45fd313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/dapr-for-net-developers/publish-subscribe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public interface IEventBus
302302
void Publish(IntegrationEvent integrationEvent);
303303
304304
void Subscribe<T, THandler>()
305-
where TEvent : IntegrationEvent
305+
where T : IntegrationEvent
306306
where THandler : IIntegrationEventHandler<T>;
307307
}
308308
```

0 commit comments

Comments
 (0)