Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit e8611da

Browse files
authored
Updated comment (#1783)
Comment was missing the last part of the sentence
1 parent 99f15a1 commit e8611da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Basket/Basket.API/IntegrationEvents/Events/ProductPriceChangedIntegrationEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.Events
44
{
55
// Integration Events notes:
6-
// An Event is “something that has happened in the past”, therefore its name has to be
6+
// An Event is “something that has happened in the past”, therefore its name has to be past tense
77
// An Integration Event is an event that can cause side effects to other microsrvices, Bounded-Contexts or external systems.
88
public record ProductPriceChangedIntegrationEvent : IntegrationEvent
99
{

0 commit comments

Comments
 (0)