Skip to content

Commit

Permalink
error: idiomatic English (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekaoh authored and unknwon committed Apr 12, 2019
1 parent 69ed026 commit d1773fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Expand Up @@ -19,7 +19,7 @@ func IsErrExecTimeout(err error) bool {
}

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

type ErrNotExist struct {
Expand Down

0 comments on commit d1773fe

Please sign in to comment.