Skip to content

Commit

Permalink
fix typo uniquify.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoss authored Jan 29, 2025
1 parent 53fdc99 commit db07e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/util/uniquify.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// Uniquify is a type of advanced mutex. It allows to create named resource locks.
type Uniquify interface {
// Call executes only one callable with same id at a time.
// Multiple asynchronous calls with same id will be executed sequentally.
// Multiple asynchronous calls with same id will be executed sequentially.
Call(id string, callable func() error) error
}

Expand Down

0 comments on commit db07e0c

Please sign in to comment.