From 3e1f85bab656168aeaae89aeb72c8145def2d3bf Mon Sep 17 00:00:00 2001 From: Corniel Nobel Date: Thu, 8 Jun 2023 11:45:05 +0200 Subject: [PATCH] -Root. --- README.md | 2 +- .../FluentAssertions/EventBufferAssertions.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e77a345..95eef19 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ public Result Attack(Country attacker, Country defender, AttackResult resu ``` ## Event Buffer -The `EventBuffer`, as used by `AggregateRoot` is an +The `EventBuffer`, as used by `Aggregate` is an immutable collection with the following API: ``` C# diff --git a/src/Qowaiv.DomainModel.TestTools/FluentAssertions/EventBufferAssertions.cs b/src/Qowaiv.DomainModel.TestTools/FluentAssertions/EventBufferAssertions.cs index 29ce8e6..afda17e 100644 --- a/src/Qowaiv.DomainModel.TestTools/FluentAssertions/EventBufferAssertions.cs +++ b/src/Qowaiv.DomainModel.TestTools/FluentAssertions/EventBufferAssertions.cs @@ -16,7 +16,7 @@ public class EventBufferAssertions : GenericCollectionAssertionsInitializes a new instance of the class. public EventBufferAssertions(EventBuffer subject) : base(subject) { } - /// Verifies that the has the expected uncommitted events. + /// Verifies that the has the expected uncommitted events. /// /// The expected uncommitted event messages. ///