docs: fixes typo
This commit is contained in:
parent
7ed6294563
commit
cde814fc94
2
don.go
2
don.go
@ -60,7 +60,7 @@ import (
|
|||||||
|
|
||||||
var errTimeout = errors.New("timeout")
|
var errTimeout = errors.New("timeout")
|
||||||
|
|
||||||
// Cmd returns a `func() bool` for working with don.Check. It executes a command and
|
// Cmd returns a `func() bool` for working with `don.Ready()`. It executes a command and
|
||||||
// returns a true if everything looks fine or a false if there was some kind of error.
|
// returns a true if everything looks fine or a false if there was some kind of error.
|
||||||
func Cmd(c string) func() bool {
|
func Cmd(c string) func() bool {
|
||||||
return func() bool {
|
return func() bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user