Skip to content

Commit

Permalink
Fix copy/paste typo in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jul 15, 2024
1 parent 253faca commit 96b2268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ type AggregateCommandScope interface {

// Destroy signals destruction of the aggregate instance.
//
// Destroying a process discards its state. The first command to target a
// destroyed instance operates on a new root.
// Destroying an aggregate instance discards its state. The first command to
// target a destroyed instance operates on a new root.
//
// Destruction occurs once the HandleCommand() method returns. Any future
// call to RecordEvent() on this scope prevents destruction.
Expand Down

0 comments on commit 96b2268

Please sign in to comment.