[#801] morph/wrappers: Sync commentary and struct names

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/meta-pebble
Pavel Karpy 2021-09-06 18:15:53 +03:00 committed by Pavel Karpy
parent d0160b23e5
commit 1ed5323850
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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