Skip to content

Commit

Permalink
docs: update timeout_error.go
Browse files Browse the repository at this point in the history
coresponding -> corresponding
  • Loading branch information
eltociear authored and mstoykov committed Aug 30, 2024
1 parent cd08078 commit 67b8135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/timeout_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (t timeoutError) AbortReason() errext.AbortReason {
return errext.AbortedByTimeout
}

// ExitCode returns the coresponding exit code value to the place.
// ExitCode returns the corresponding exit code value to the place.
func (t timeoutError) ExitCode() exitcodes.ExitCode {
// TODO: add handleSummary()
switch t.place {
Expand Down

0 comments on commit 67b8135

Please sign in to comment.