Skip to content

Commit d1773fe

Browse files
Tekaohunknwon
authored andcommitted
error: idiomatic English (#40)
1 parent 69ed026 commit d1773fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func IsErrExecTimeout(err error) bool {
1919
}
2020

2121
func (err ErrExecTimeout) Error() string {
22-
return fmt.Sprintf("execution is timeout [duration: %v]", err.Duration)
22+
return fmt.Sprintf("execution timeout [duration: %v]", err.Duration)
2323
}
2424

2525
type ErrNotExist struct {

0 commit comments

Comments
 (0)