From 7598bc46226a1b58116da2e6bd3903aca5b5313b Mon Sep 17 00:00:00 2001 From: todaymoon Date: Thu, 18 Jul 2024 20:36:53 +0900 Subject: [PATCH] chore: fix some comments (#1049) Signed-off-by: todaymoon Co-authored-by: mmsqe --- x/nft/types/querier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/nft/types/querier.go b/x/nft/types/querier.go index 130d20231..223eae11d 100644 --- a/x/nft/types/querier.go +++ b/x/nft/types/querier.go @@ -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,