Skip to content

Commit 4f8bcb0

Browse files
authored
typo fix (MINOR) (#39)
1 parent a6c2e1d commit 4f8bcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var (
66

77
// Private error type for non-errors errors, used as a not-nil substitute that cannot be type-checked directly
88
foreignType = syntheticErrors.NewType("foreign")
9-
// Private error type used as a universal wrapper, meant to ann nothing at all to the error apart from some message
9+
// Private error type used as a universal wrapper, meant to add nothing at all to the error apart from some message
1010
transparentWrapper = syntheticErrors.NewType("decorate").ApplyModifiers(TypeModifierTransparent)
1111
// Private error type used as a densely opaque wrapper which hides both the original error and its own type
1212
opaqueWrapper = syntheticErrors.NewType("wrap")

0 commit comments

Comments
 (0)