aboutsummaryrefslogtreecommitdiff
path: root/refstore/refstore.go
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/refstore.go')
-rw-r--r--refstore/refstore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/refstore.go b/refstore/refstore.go
index 4cca8544..ba9141b9 100644
--- a/refstore/refstore.go
+++ b/refstore/refstore.go
@@ -8,7 +8,7 @@ import (
)
// 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 objectstore.
var ErrReferenceNotFound = errors.New("refstore: reference not found")
// Store reads Git references.