Fix syntax errors in comments (#18746)

Signed-off-by: lishaokai1995 <lishaokai1995@126.com>
This commit is contained in:
lishaokai1995 2023-05-29 17:31:08 +08:00 committed by GitHub
parent 4652d752b6
commit 04833d2daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ func FetchOrSave(ctx context.Context, c Cache, key string, value interface{}, bu
defer fetchOrSaveMu.Unlock(lockKey)
// fetch again to avoid to build the value multi-times
// fetch again to avoid building the value multi-times
err = c.Fetch(ctx, key, value)
if err == nil {
return nil