types.go: fix typo in godoc

in an backend -> in a backend
This commit is contained in:
joshrosso 2017-02-10 10:16:43 -07:00 committed by GitHub
parent 01c4301416
commit e247fdb7b6

View file

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