aboutsummaryrefslogtreecommitdiff
path: root/ref/store/errors.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:34:50 +0000
committerGravatar Runxi Yu2026-03-25 14:34:50 +0000
commite4a7aa0742f5070299d37e8421c99d67f0af3f90 (patch)
tree36d89781476a92e61280c5ff232a2773e4092c0e /ref/store/errors.go
parent*: delta -> packfile/delta (diff)
signatureNo signature
*: object/store -> object/storer v0.1.107
Diffstat (limited to 'ref/store/errors.go')
-rw-r--r--ref/store/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/errors.go b/ref/store/errors.go
index 45583440..5c462d7d 100644
--- a/ref/store/errors.go
+++ b/ref/store/errors.go
@@ -3,5 +3,5 @@ package refstore
import "errors"
// ErrReferenceNotFound indicates that a reference does not exist in a backend.
-// TODO: Interface error? Just like object not found in objectstore.
+// TODO: Interface error? Just like object not found in objectstorer.
var ErrReferenceNotFound = errors.New("refstore: reference not found")