Skip to content

Commit

Permalink
chore: fix some comments (#1049)
Browse files Browse the repository at this point in the history
Signed-off-by: todaymoon <[email protected]>
Co-authored-by: mmsqe <[email protected]>
  • Loading branch information
todaymoon and mmsqe authored Jul 18, 2024
1 parent 419300d commit 7598bc4
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 7598bc4

Please sign in to comment.