diff --git a/x/mint/types/hooks.go b/x/mint/types/hooks.go index 26b0e8fad2f..217b7818da9 100644 --- a/x/mint/types/hooks.go +++ b/x/mint/types/hooks.go @@ -20,7 +20,7 @@ func NewMultiMintHooks(hooks ...MintHooks) MultiMintHooks { return hooks } -// AfterDistributeMintedCoin is a hook that runs after minter mints and distributes coins +// AfterDistributeMintedCoin is a hook that runs after minter mints and distributes coins // at the beginning of each epoch. func (h MultiMintHooks) AfterDistributeMintedCoin(ctx sdk.Context, mintedCoin sdk.Coin) { for i := range h {