From 1b8cfd5a79fe158cdbc6a2edd89f59847084c4e7 Mon Sep 17 00:00:00 2001 From: Wukingbow <40993922+Wukingbow@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:38:19 +0800 Subject: [PATCH] docs: fix function comments (#21876) Co-authored-by: wujinbao --- x/bank/v2/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/bank/v2/module.go b/x/bank/v2/module.go index 822ef438f433..aea151535f1d 100644 --- a/x/bank/v2/module.go +++ b/x/bank/v2/module.go @@ -177,7 +177,7 @@ func (AppModule) GetTxCmd() *cobra.Command { return cli.NewTxCmd() } -// GetTxCmd returns the root query command for the bank/v2 module. +// GetQueryCmd returns the root query command for the bank/v2 module. // TODO: Remove & use autocli func (AppModule) GetQueryCmd() *cobra.Command { return cli.GetQueryCmd()