Fix godoc wording

pull/1190/head
Michael Gaffney 5 years ago
parent 5d17bd9eec
commit 95e5db3aa3
No known key found for this signature in database
GPG Key ID: 21FE4844A1193A56

@ -23,7 +23,7 @@ type TargetHostSet struct {
var _ db.VetForWriter = (*TargetHostSet)(nil)
// TargetHostSet creates a new in memory target host set. No options are
// NewTargetHostSet creates a new in memory target host set. No options are
// currently supported.
func NewTargetHostSet(targetId, hostSetId string, _ ...Option) (*TargetHostSet, error) {
const op = "target.NewTargetHostSet"

Loading…
Cancel
Save