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

Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-07-24 13:22:33 +02:00 committed by GitHub
parent 317c8b2a24
commit 74cd41a3c4
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"