Merge pull request #261 from joshrosso/patch-1

types.go: fix typo in godoc
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-10 15:08:00 -03:00 committed by GitHub
commit 70756037fd

View file

@ -136,7 +136,7 @@ type Backend struct {
Endpoints []Endpoint `json:"endpoints"`
}
// Endpoint describes a kubernetes endpoint in an backend
// Endpoint describes a kubernetes endpoint in a backend
type Endpoint struct {
// Address IP address of the endpoint
Address string `json:"address"`