diff options
| author | 2026-05-18 06:57:42 +0000 | |
|---|---|---|
| committer | 2026-05-18 06:57:42 +0000 | |
| commit | a4d1e92e7477997cc3a9cdbcbe7f5d9baee556be (patch) | |
| tree | 34ca1fd712715ef00d724014c485bbf9fb6b9c46 | |
| parent | object/store: ErrObjectNotFound is specifically reader-associated (diff) | |
| signature | No signature | |
object/typ: Wrong capitalization in errors
| -rw-r--r-- | object/typ/errors.go | 2 |
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") |
