diff options
author | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
commit | 117a347b5234bce4168c332f5471855427399b7b (patch) | |
tree | 256eccc13a6a8f8e29684a9c4e0ed1892a4139ec /service/http/service.go | |
parent | 17c259e8e0a7988b4336643c4d180733663dbaa3 (diff) |
polish
Diffstat (limited to 'service/http/service.go')
-rw-r--r-- | service/http/service.go | 2 |
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() |