Skip to content

Commit

Permalink
fix: typo (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerhurst authored Nov 1, 2023
1 parent 61e97b9 commit 8d62e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "v*" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion eventstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type AggregatePredefinedSequence interface {

// Action describes the base data of [Command]'s and [Event]'s
type Action interface {
// Action represent the change of an object
// Action represent the change of an object.
//
// most likely the [Aggregate()] list will be the first elements of the
// [Action]
Expand Down

0 comments on commit 8d62e61

Please sign in to comment.