Skip to content

Commit 643b082

Browse files
committed
Merge branch 'read-ahead' of https://github.com/danielgerlag/workflow-core into read-ahead
# Conflicts: # src/samples/WorkflowCore.Sample03/Steps/AddNumbers.cs
2 parents 2a34537 + c1a2a86 commit 643b082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/samples/WorkflowCore.Sample03/PassingDataWorkflow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void Build(IWorkflowBuilder<MyDataClass> builder)
2727
.Input(step => step.Message, data => "The answer is " + data.Value3.ToString())
2828
.Then(context =>
2929
{
30-
Console.WriteLine("Workflow comeplete");
30+
Console.WriteLine("Workflow complete");
3131
return ExecutionResult.Next();
3232
});
3333
}

0 commit comments

Comments
 (0)