Skip to content

Commit 62ef7fe

Browse files
committed
Comment typo fix
1 parent 105a787 commit 62ef7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/workflow/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func (e *executor) ExecuteTask(ctx context.Context, t *task.Workflow) (*Executio
162162
workflowEvents = append(workflowEvents, r.WorkflowEvents...)
163163
}
164164

165-
// Events from command don't have to be executed again, add them to the executed events.
165+
// Events from commands don't have to be executed again, add them to the executed events.
166166
executedEvents = append(executedEvents, newCommandEvents...)
167167

168168
// Set SequenceIDs for all executed events

0 commit comments

Comments
 (0)