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. ///