Merge pull request #18083 from Mashimiao/opt-weightdevice-fix-typo
opts/weightdevice: fix typo
This commit is contained in:
commit
758fae5f6b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func (opt *WeightdeviceOpt) Set(val string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// String returns Ulimit values as a string.
|
||||
// String returns WeightdeviceOpt values as a string.
|
||||
func (opt *WeightdeviceOpt) String() string {
|
||||
var out []string
|
||||
for _, v := range opt.values {
|
||||
|
|
Loading…
Add table
Reference in a new issue