chore: fix function names in comment (#7723)

Signed-off-by: wanshuangcheng <wanshuangcheng@outlook.com>
This commit is contained in:
wanshuangcheng
2024-04-08 16:15:44 +08:00
committed by GitHub
parent b0e515243d
commit a096b7e5d4
3 changed files with 3 additions and 3 deletions

View File

@@ -421,7 +421,7 @@ func (h *Handler) Trigger(ctx context.Context, opts ...TriggerOpt) (_ context.Co
}
}
// lockInstances tries to lock the instance.
// lockInstance tries to lock the instance.
// If the instance is already locked from another process no cancel function is returned
// the instance can be skipped then
// If the instance is locked, an unlock deferrable function is returned