diff --git a/dotnet/samples/03-workflows/Agents/WorkflowAsAnAgent/WorkflowFactory.cs b/dotnet/samples/03-workflows/Agents/WorkflowAsAnAgent/WorkflowFactory.cs
index fd402b7946..bcac8894ab 100644
--- a/dotnet/samples/03-workflows/Agents/WorkflowAsAnAgent/WorkflowFactory.cs
+++ b/dotnet/samples/03-workflows/Agents/WorkflowAsAnAgent/WorkflowFactory.cs
@@ -56,7 +56,8 @@ internal static class WorkflowFactory
/// between runs, clearing accumulated state so each run starts fresh.
///
/// Without , attempting to reuse a workflow containing
- /// shared stateful executor instances would throw an .
+ /// shared executor instances that do not implement this interface would throw an
+ /// .
///
[YieldsOutput(typeof(string))]
private sealed class ConcurrentAggregationExecutor() :