Skip to content

Commit

Permalink
Update svc_common.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pierce Lopez <pierce.lopez@gmail.com>
  • Loading branch information
mreiferson and ploxiln authored Aug 15, 2021
1 parent e82c4dc commit fb4bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func Run(service Service, sig ...os.Signal) error {
goto stop
}
} else {
// this maintains backwards compatibility for Service's that do not implement Handle()
// this maintains backwards compatibility for Services that do not implement Handle()
goto stop
}
case <-ctx.Done():
Expand Down

0 comments on commit fb4bf85

Please sign in to comment.