diff --git a/pkg/morph/client/balance/wrapper/wrapper.go b/pkg/morph/client/balance/wrapper/wrapper.go index 4cc95b54..0599626f 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 eda5f776..0036a6a5 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