Skip to content

Commit 24e2124

Browse files
committed
chore: make struct comment match struct name
Signed-off-by: avoidalone <wuguangdong@outlook.com>
1 parent 7a34947 commit 24e2124

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/proto/vesting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Since: cosmos-sdk 0.46
178178

179179
### MsgCreatePeriodicVestingAccountResponse
180180

181-
MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
181+
MsgCreatePeriodicVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
182182
response type.
183183

184184
Since: cosmos-sdk 0.46

proto/vesting/v1beta1/tx.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ message MsgCreatePeriodicVestingAccount {
102102
];
103103
}
104104

105-
// MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
105+
// MsgCreatePeriodicVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
106106
// response type.
107107
//
108108
// Since: cosmos-sdk 0.46

x/vesting/types/tx.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)