diff options
Diffstat (limited to 'pkg/transport/interface.go')
-rw-r--r-- | pkg/transport/interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/transport/interface.go b/pkg/transport/interface.go index 7e3e5350..1b072378 100644 --- a/pkg/transport/interface.go +++ b/pkg/transport/interface.go @@ -8,7 +8,7 @@ import ( "github.com/spiral/roadrunner/v2/pkg/worker" ) -// Factory is responsible of wrapping given command into tasks WorkerProcess. +// Factory is responsible for wrapping given command into tasks WorkerProcess. type Factory interface { // SpawnWorkerWithTimeout creates new WorkerProcess process based on given command with context. // Process must not be started. |