Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene R. <[email protected]>
  • Loading branch information
korotkov-aerospike and reugn authored Aug 11, 2024
1 parent 581cb08 commit 58ae895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func WithLogger(logger *slog.Logger) Option {
}
}

// WithScanLimiter sets the scanLimiter for the Client.
// WithScanLimiter sets the scan limiter for the [Client].
func WithScanLimiter(sem *semaphore.Weighted) Option {
return func(c *Client) {
c.scanLimiter = sem
Expand Down

0 comments on commit 58ae895

Please sign in to comment.