From 8d62e61affa3c794bee2d6cee7c51f951df742ff Mon Sep 17 00:00:00 2001 From: Silvan Date: Wed, 1 Nov 2023 22:16:21 +0100 Subject: [PATCH] fix: typo (#14) --- .github/workflows/build.yaml | 2 +- eventstore.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 339a69a..43b0ce5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main", "v*" ] jobs: build: diff --git a/eventstore.go b/eventstore.go index 913ec23..47f7188 100644 --- a/eventstore.go +++ b/eventstore.go @@ -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]