diff --git a/src/DIT.Workflower/Abstractions.cs b/src/DIT.Workflower/Abstractions.cs index a575804..5e899dd 100644 --- a/src/DIT.Workflower/Abstractions.cs +++ b/src/DIT.Workflower/Abstractions.cs @@ -18,7 +18,7 @@ public interface ITransitionExit where TState : struct where TCommand : struct { - ITransitionDone To(in TState command); + ITransitionDone To(in TState state); } public interface ITransitionCondition : ITransitionExit