From a7ba27148b894b84a2b05be79f16b63b857035e6 Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Tue, 27 Apr 2021 08:26:08 -0400 Subject: [PATCH] Fix godoc wording --- internal/host/static/repository_host_catalog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/host/static/repository_host_catalog.go b/internal/host/static/repository_host_catalog.go index 5af5586c68..1be6d3dad5 100644 --- a/internal/host/static/repository_host_catalog.go +++ b/internal/host/static/repository_host_catalog.go @@ -14,7 +14,7 @@ import ( // CreateCatalog inserts c into the repository and returns a new // HostCatalog containing the catalog's PublicId. c is not changed. c must // contain a valid ScopeID. c must not contain a PublicId. The PublicId is -// generated and assigned by the this method. opt is ignored. +// generated and assigned by this method. opt is ignored. // // Both c.Name and c.Description are optional. If c.Name is set, it must be // unique within c.ScopeID.