diff --git a/proto/cronos/cronos.proto b/proto/cronos/cronos.proto index 06172ad52b..fa88aa9cc2 100644 --- a/proto/cronos/cronos.proto +++ b/proto/cronos/cronos.proto @@ -16,7 +16,7 @@ message Params { uint64 max_callback_gas = 5; } -// TokenMappingChangeProposal defines a proposal to change one token mapping. +// TokenMappingChangeProposal defines a proposal to change 1 token mapping. message TokenMappingChangeProposal { option (gogoproto.goproto_getters) = false; option (gogoproto.goproto_stringer) = false; diff --git a/proto/memiavl/wal.proto b/proto/memiavl/wal.proto index 2868aed78c..c1e6f5ced3 100644 --- a/proto/memiavl/wal.proto +++ b/proto/memiavl/wal.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "iavl/changeset.proto"; import "memiavl/commit_info.proto"; -// NamedChangeSet combine a tree name with the changeset +// NamedChangeSet combine a tree name with the changesets message NamedChangeSet { iavl.ChangeSet changeset = 1 [(gogoproto.nullable) = false]; string name = 2;