mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Fix typo in an error.go comment: "is adds" -> "adds".
License: MIT Signed-off-by: Lucas Garron <code@garron.net>
This commit is contained in:
parent
0f68fcf608
commit
dd4e25c11b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user