提交 dd4e25c1 作者: Lucas Garron

Fix typo in an error.go comment: "is adds" -> "adds".

License: MIT
Signed-off-by: 's avatarLucas Garron <code@garron.net>
上级 0f68fcf6
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论