Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Mimart <[email protected]>
  • Loading branch information
ccamel and amimart authored Dec 11, 2023
1 parent d43a9a7 commit b87aa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mint/types/minter.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// NewMinter returns a new Minter object with the given inflation, annual
// provisions values and annual reduction factor.
// provisions values.
func NewMinter(inflation, annualProvisions sdk.Dec) Minter {
return Minter{
Inflation: inflation,
Expand Down

0 comments on commit b87aa45

Please sign in to comment.