docs: fix typo of shim.RunManager's function comment
Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>
This commit is contained in:
parent
31c9a66385
commit
d602c9aec7
@ -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