Unverified 提交 2140aa95 作者: Whyrusleeping 提交者: GitHub

Merge pull request #4587 from lgarron/is-adds

Fix typo in error.go: "is adds" -> "adds".
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论