Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel Nobel committed Jun 6, 2023
1 parent 0677e5d commit bf52388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qowaiv.DomainModel/Aggregate_TAggregate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected Aggregate(IValidator<TAggregate> validator)
protected static ImmutableCollection Events => ImmutableCollection.Empty;
#pragma warning restore S2743 // Static fields should not be used in generic types

/// <summary>The dynamic </summary>
/// <summary>The dispatcher that calls the methods that (re)play the different events.</summary>
protected virtual EventDispatcher Dispatcher { get; }

/// <summary>Adds the events to the linked event buffer.</summary>
Expand Down

0 comments on commit bf52388

Please sign in to comment.