Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Oct 31, 2024
1 parent ba7b247 commit e4c3fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/s3/transfermanager/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func newDefaultSlicePool(sliceSize int64, capacity int) *defaultSlicePool {
return p
}

var errZeroCapacity = fmt.Errorf("get called on zero capacity pool")
var errZeroCapacity = fmt.Errorf("get called on a zero capacity pool")

func (p *defaultSlicePool) Get(ctx context.Context) ([]byte, error) {
select {
Expand Down

0 comments on commit e4c3fe7

Please sign in to comment.