summaryrefslogtreecommitdiff
path: root/service/http/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/config.go')
-rw-r--r--service/http/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config.go b/service/http/config.go
index 165b45de..ecd5a3a8 100644
--- a/service/http/config.go
+++ b/service/http/config.go
@@ -28,7 +28,7 @@ type Config struct {
// Uploads configures uploads configuration.
Uploads *UploadsConfig
- // Workers configures roadrunner server and worker pool.
+ // Workers configures rr server and worker pool.
Workers *roadrunner.ServerConfig
}