summaryrefslogtreecommitdiff
path: root/factory.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-06 16:27:52 +0300
committerWolfy-J <[email protected]>2018-06-06 16:27:52 +0300
commit8a22b1bdda462075bfc56f17110eb3c0dc1f3f79 (patch)
tree06d018f00d168e9d69d176dfe456d6002dbd4fa1 /factory.go
parentd12bb5dbf7c60d44daabba238a2b1283050fde70 (diff)
fixing tests
Diffstat (limited to 'factory.go')
-rw-r--r--factory.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/factory.go b/factory.go
index 7d20016c..3c304824 100644
--- a/factory.go
+++ b/factory.go
@@ -2,7 +2,7 @@ package roadrunner
import "os/exec"
-// Pool is responsible of wrapping given command into tasks worker.
+// Factory is responsible of wrapping given command into tasks worker.
type Factory interface {
// SpawnWorker creates new worker process based on given command.
// Process must not be started.