Skip to content

Commit

Permalink
chore: fix typo in comment (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoxiangxianzi <zhaoyizheng@outlook.com>
  • Loading branch information
xiaoxiangxianzi authored Mar 28, 2024
1 parent 138dd74 commit 11baccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pooling/pooling.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (p *Pool) Roll() {
}
}

// Pub puts wayback requests to the resource pool
// Put puts wayback requests to the resource pool
func (p *Pool) Put(b Bucket) {
// Inserts a new bucket at the front of queue.
p.mutex.Lock()
Expand Down

0 comments on commit 11baccb

Please sign in to comment.