From e8611da6b6578ca051b80235bf4e24395e671c96 Mon Sep 17 00:00:00 2001 From: Ryan Celeslie <20121443+ryanceleslie@users.noreply.github.com> Date: Wed, 27 Oct 2021 03:12:19 -0400 Subject: [PATCH] Updated comment (#1783) Comment was missing the last part of the sentence --- .../Events/ProductPriceChangedIntegrationEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Basket/Basket.API/IntegrationEvents/Events/ProductPriceChangedIntegrationEvent.cs b/src/Services/Basket/Basket.API/IntegrationEvents/Events/ProductPriceChangedIntegrationEvent.cs index c69fe0f72..4c89d7f65 100644 --- a/src/Services/Basket/Basket.API/IntegrationEvents/Events/ProductPriceChangedIntegrationEvent.cs +++ b/src/Services/Basket/Basket.API/IntegrationEvents/Events/ProductPriceChangedIntegrationEvent.cs @@ -3,7 +3,7 @@ namespace Microsoft.eShopOnContainers.Services.Basket.API.IntegrationEvents.Events { // Integration Events notes: - // An Event is “something that has happened in the past”, therefore its name has to be + // An Event is “something that has happened in the past”, therefore its name has to be past tense // An Integration Event is an event that can cause side effects to other microsrvices, Bounded-Contexts or external systems. public record ProductPriceChangedIntegrationEvent : IntegrationEvent {