Skip to content

Commit

Permalink
Merge pull request #4587 from lgarron/is-adds
Browse files Browse the repository at this point in the history
Fix typo in error.go: "is adds" -> "adds".
  • Loading branch information
whyrusleeping authored Jan 18, 2018
2 parents 0f68fcf + dd4e25c commit 2140aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/e/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TypeErr(expected, actual interface{}) error {
// compile time type check that HandlerError is an error
var _ error = New(nil)

// HandlerError is adds a stack trace to an error
// HandlerError adds a stack trace to an error
type HandlerError struct {
Err error
Stack []byte
Expand Down

0 comments on commit 2140aa9

Please sign in to comment.