Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Sep 19, 2024
1 parent 9a56390 commit ef959aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cc_limited_url_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (r *CCLimitedURLChecker) checkURL(ctx context.Context, url string) *URLChec

token, ok := r.guard.Acquire(ctx)
if !ok {
// short circuited - no need to try
// short-circuited - no need to try
log.Printf("guarded request short circuited for url '%v'\n", sanitizeUserLogInput(url))
if token != nil {
token.OnDropped()
Expand Down

0 comments on commit ef959aa

Please sign in to comment.