Skip to content

Commit

Permalink
changed implemented to implements
Browse files Browse the repository at this point in the history
  • Loading branch information
GP committed Dec 13, 2018
1 parent 2ea4792 commit e040a47
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 @@ -22,7 +22,7 @@ type Error struct {
permanent bool
}

// Error implemented the error interface.
// Error implements the error interface.
func (e *Error) Error() string {
return e.message
}
Expand Down

0 comments on commit e040a47

Please sign in to comment.