Skip to content

Commit

Permalink
Correct typo and use Godoc convention in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcollier committed Apr 20, 2017
1 parent d866a62 commit b7c2e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healthcheck/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var singleton *HealthCheck
var once sync.Once

// GetHealthCheck Get HealtchCheck Singleton
// GetHealthCheck returns the health check which is guaranteed to be a singleton.
func GetHealthCheck() *HealthCheck {
once.Do(func() {
singleton = newHealthCheck()
Expand Down

0 comments on commit b7c2e2d

Please sign in to comment.