diff --git a/src/PipeForge/IPipelineRunner.cs b/src/PipeForge/IPipelineRunner.cs index 1cdfb88..1cfc8f7 100644 --- a/src/PipeForge/IPipelineRunner.cs +++ b/src/PipeForge/IPipelineRunner.cs @@ -34,12 +34,12 @@ public interface IPipelineRunner /// /// Represents a pipeline runner for a specific context type, using as the step interface. /// -/// +/// /// The type of the context that is passed to each pipeline step. /// /// /// This interface simplifies registration and resolution when a custom step interface is not needed. /// -public interface IPipelineRunner : IPipelineRunner> - where TContext : class +public interface IPipelineRunner : IPipelineRunner> + where TContexts : class { }