diff options
| author | 2026-05-16 20:16:51 +0000 | |
|---|---|---|
| committer | 2026-05-16 20:16:51 +0000 | |
| commit | 6340d7b79822c51369d4a6370efd38f059b506c3 (patch) | |
| tree | 5a2ae72b0065ca607583cef55146b636b2f81f2b /object/store/errors.go | |
| parent | object/signature: Fix (diff) | |
| signature | No signature | |
object/*: Fix lints
Diffstat (limited to 'object/store/errors.go')
| -rw-r--r-- | object/store/errors.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object/store/errors.go b/object/store/errors.go index 74da4df1..4aaf9f84 100644 --- a/object/store/errors.go +++ b/object/store/errors.go @@ -10,8 +10,8 @@ import "errors" var ErrObjectNotFound = errors.New("objectstore: object not found") // This is a sentinel with no details, -// because it could be a frequent occurence, +// because it could be a frequent occurrence, // and allocating frequently on expected error paths // would be extremely harmful to performance. // Sometime, I will audit this again. -// TODO
\ No newline at end of file +// TODO |
