From 95e5db3aa3cfa971a809d08582cad10cf7e6c1ae Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Mon, 3 May 2021 12:48:39 -0400 Subject: [PATCH] Fix godoc wording --- internal/target/target_host_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/target/target_host_set.go b/internal/target/target_host_set.go index a7cf960632..7373fc6a87 100644 --- a/internal/target/target_host_set.go +++ b/internal/target/target_host_set.go @@ -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"