diff options
Diffstat (limited to 'service/container.go')
-rw-r--r-- | service/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container.go b/service/container.go index 6aa99614..abeaf369 100644 --- a/service/container.go +++ b/service/container.go @@ -16,7 +16,7 @@ var errNoConfig = fmt.Errorf("no config has been provided") // implement service.HydrateConfig. const InitMethod = "Init" -// Service can serve. Service can provide Init method which must return (bool, error) signature and might accept +// Services can serve. Services can provide Init method which must return (bool, error) signature and might accept // other services and/or configs as dependency. type Service interface { // Serve serves. |