Skip to content

Commit

Permalink
Merge pull request #99 from Henry-Sarabia/dev
Browse files Browse the repository at this point in the history
v2.0.0-alpha.3
  • Loading branch information
Henry Sarabia authored Oct 20, 2020
2 parents dcac61d + e41b178 commit d365348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (e ServerError) Error() string {
}

// Temporary returns true if the error is temporary.
func (e *ServerError) Temporary() bool {
func (e ServerError) Temporary() bool {
return e.Temp
}

Expand Down

0 comments on commit d365348

Please sign in to comment.