Skip to content

Commit

Permalink
Merge pull request #152 from Eretic431/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hjr265 authored Apr 14, 2024
2 parents 7ae3670 + 048cde9 commit b292c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutex.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func (m *Mutex) actOnPoolsAsync(actFn func(redis.Pool) (bool, error)) (int, erro
}

if m.failFast {
// fast retrun
// fast return
if n >= m.quorum {
return n, err
}
Expand Down

0 comments on commit b292c9f

Please sign in to comment.