We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9b934b + 1c295ee commit 31dbd5bCopy full SHA for 31dbd5b
1 file changed
content_store.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
var (
13
- errHashMismatch = errors.New("Content has does not match OID")
+ errHashMismatch = errors.New("Content hash does not match OID")
14
errSizeMismatch = errors.New("Content size does not match")
15
16
0 commit comments