diff --git a/pkg/morph/client/balance/wrapper/wrapper.go b/pkg/morph/client/balance/wrapper/wrapper.go index 4cc95b544..0599626ff 100644 --- a/pkg/morph/client/balance/wrapper/wrapper.go +++ b/pkg/morph/client/balance/wrapper/wrapper.go @@ -23,7 +23,7 @@ type Wrapper struct { } // Option allows to set an optional -// parameter of ClientWrapper. +// parameter of Wrapper. type Option func(*opts) type opts []client.StaticClientOption diff --git a/pkg/morph/client/container/wrapper/wrapper.go b/pkg/morph/client/container/wrapper/wrapper.go index eda5f776d..0036a6a5a 100644 --- a/pkg/morph/client/container/wrapper/wrapper.go +++ b/pkg/morph/client/container/wrapper/wrapper.go @@ -22,7 +22,7 @@ type Wrapper struct { } // Option allows to set an optional -// parameter of ClientWrapper. +// parameter of Wrapper. type Option func(*opts) type opts []client.StaticClientOption