Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: todaymoon <[email protected]>
  • Loading branch information
todaymoon committed Jul 18, 2024
1 parent 76ae54b commit 4be5452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/nft/types/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type QueryOwnerParams struct {
Owner sdk.AccAddress
}

// NewQuerySupplyParams creates a new instance of QuerySupplyParams
// NewQueryOwnerParams creates a new instance of QueryOwnerParams
func NewQueryOwnerParams(denom string, owner sdk.AccAddress) QueryOwnerParams {
return QueryOwnerParams{
Denom: denom,
Expand Down

0 comments on commit 4be5452

Please sign in to comment.