docs(x/epochs): Fix proto comment (#21047)

This commit is contained in:
Hieu Vu 2024-07-24 14:12:52 +07:00 committed by GitHub
parent 7d892e5432
commit 4ea7f9fc82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ const (
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// Module is the config object of the authz module.
// Module is the config object of the epochs module.
type Module struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache

View File

@ -4,7 +4,7 @@ package cosmos.epochs.module.v1;
import "cosmos/app/v1alpha1/module.proto";
// Module is the config object of the authz module.
// Module is the config object of the epochs module.
message Module {
option (cosmos.app.v1alpha1.module) = {
go_import: "cosmossdk.io/x/epochs"