http: fix typo

This commit is contained in:
hiddenmarten 2025-04-12 20:28:21 +02:00
parent 6f63103c4a
commit 3e3145b875

View File

@ -619,7 +619,7 @@ func (o *Object) Hash(ctx context.Context, r hash.Type) (string, error) {
return "", hash.ErrUnsupported
}
// Size returns the size in size of the remote http file
// Size returns the size in bytes of the remote http file
func (o *Object) Size() int64 {
return o.size
}