Merge pull request #8214 from davidhsingyuchen/fix-typo
docs: fix typo of shim.RunManager's function comment
This commit is contained in:
commit
ffc41f1ed5
@ -245,7 +245,7 @@ func (stm shimToManager) Stop(ctx context.Context, id string) (StopStatus, error
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// RunManager initialzes and runs a shim server
|
// RunManager initializes and runs a shim server.
|
||||||
// TODO(2.0): Rename to Run
|
// TODO(2.0): Rename to Run
|
||||||
func RunManager(ctx context.Context, manager Manager, opts ...BinaryOpts) {
|
func RunManager(ctx context.Context, manager Manager, opts ...BinaryOpts) {
|
||||||
var config Config
|
var config Config
|
||||||
|
Loading…
Reference in New Issue
Block a user