aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-18 06:57:42 +0000
committerGravatar Runxi Yu2026-05-18 06:57:42 +0000
commita4d1e92e7477997cc3a9cdbcbe7f5d9baee556be (patch)
tree34ca1fd712715ef00d724014c485bbf9fb6b9c46
parentobject/store: ErrObjectNotFound is specifically reader-associated (diff)
signatureNo signature
object/typ: Wrong capitalization in errors
-rw-r--r--object/typ/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/typ/errors.go b/object/typ/errors.go
index 6df43222..f5880e12 100644
--- a/object/typ/errors.go
+++ b/object/typ/errors.go
@@ -2,4 +2,4 @@ package typ
import "errors"
-var ErrInvalidType = errors.New("object/typ: Invalid type")
+var ErrInvalidType = errors.New("object/typ: invalid type")