Skip to content

Commit 3bacfd3

Browse files
authored
Fix typo in comment: change 'proposal flagsExecute' to 'proposal flags' for consistency (#2328)
1 parent 7ad942b commit 3bacfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/wasm/client/cli/gov_tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ func ProposalSudoContractCmd() *cobra.Command {
517517
},
518518
SilenceUsage: true,
519519
}
520-
// proposal flagsExecute
520+
// proposal flags
521521
addCommonProposalFlags(cmd)
522522
return cmd
523523
}

0 commit comments

Comments
 (0)