remove repetitive words

Signed-off-by: cuinix <915115094@qq.com>
This commit is contained in:
cuinix
2024-03-07 14:05:47 +08:00
parent 716c6dddd8
commit 60bc30dd08
15 changed files with 21 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ func LazyAdd() SchedulerOption {
// set of Requests, executes them, and returns the error from the operation.
type Scheduler interface {
// Execute schedules a Request for execution with the next available
// batch. This method blocks until the the underlying closure has been
// batch. This method blocks until the underlying closure has been
// run against the database. The resulting error is returned to the
// caller.
Execute(req *Request) error