summaryrefslogtreecommitdiff
path: root/service/http/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/service.go')
-rw-r--r--service/http/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/service.go b/service/http/service.go
index 651284b4..800d3ca9 100644
--- a/service/http/service.go
+++ b/service/http/service.go
@@ -128,7 +128,7 @@ func (s *Service) Stop() {
go s.http.Shutdown(context.Background())
}
-// Server returns associated roadrunner server (if any).
+// Server returns associated rr server (if any).
func (s *Service) Server() *roadrunner.Server {
s.mu.Lock()
defer s.mu.Unlock()