Skip to content

Commit

Permalink
Merge pull request #98 from Henry-Sarabia/iss-97
Browse files Browse the repository at this point in the history
Iss 97
  • Loading branch information
Henry Sarabia authored Oct 20, 2020
2 parents 7e0de17 + 4455a68 commit e41b178
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 e41b178

Please sign in to comment.