Skip to content

Commit

Permalink
Clarify Interface.Start() documentation comment (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh authored Jun 7, 2020
1 parent f6135ae commit f5ff0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ type System interface {
// 8. Service.Run returns.
// 9. User program should quickly exit.
type Interface interface {
// Start provides a place to initiate the service. The service doesn't not
// Start provides a place to initiate the service. The service doesn't
// signal a completed start until after this function returns, so the
// Start function must not take more then a few seconds at most.
Start(s Service) error
Expand Down

0 comments on commit f5ff0fc

Please sign in to comment.