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.