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

This commit is contained in:
Hieu Vu
2024-07-24 07:12:52 +00:00
committed by GitHub
parent 7d892e5432
commit 4ea7f9fc82
2 changed files with 2 additions and 2 deletions
+1 -1
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
@@ -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"