Skip to content

Commit 6a283a3

Browse files
committed
chore: update error type doc
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent ed3f921 commit 6a283a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

errors.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import (
77

88
// Error interface is implemented by all errors emitted by mapstructure.
99
//
10-
// Errors from underlying libraries MAY not be wrapped.
11-
//
1210
// Use [errors.As] to check if an error implements this interface.
1311
type Error interface {
1412
error

0 commit comments

Comments
 (0)