diff --git a/core/appmodule/v2/handlers.go b/core/appmodule/v2/handlers.go index 9c960cbb3572..df991f37fefc 100644 --- a/core/appmodule/v2/handlers.go +++ b/core/appmodule/v2/handlers.go @@ -133,7 +133,7 @@ type HasQueryHandlers interface { // ```go // // func (h Handlers) Mint(ctx context.Context, req *types.MsgMint) (*types.MsgMintResponse, error) { -// ... query logic ... +// ... msg logic ... // } // // func (h Handlers) QueryBalance(ctx context.Context, req *types.QueryBalanceRequest) (*types.QueryBalanceResponse, error) {