diff --git a/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go b/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go index 862f7e0c13..86173284c4 100644 --- a/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go +++ b/private/gen/proto/go/buf/alpha/registry/v1alpha1/admin.pb.go @@ -453,7 +453,7 @@ type MonthlyUsage struct { // The month, between 1 and 12. Month uint32 `protobuf:"varint,1,opt,name=month,proto3" json:"month,omitempty"` - // The year, between 2020 to the current year. + // The year, between 2020 and the current year. Year uint32 `protobuf:"varint,2,opt,name=year,proto3" json:"year,omitempty"` // The total amount of message types for the month and year. TotalMessageTypes uint32 `protobuf:"varint,3,opt,name=total_message_types,json=totalMessageTypes,proto3" json:"total_message_types,omitempty"` diff --git a/proto/buf/alpha/registry/v1alpha1/admin.proto b/proto/buf/alpha/registry/v1alpha1/admin.proto index 57d0566783..7ce34b5303 100644 --- a/proto/buf/alpha/registry/v1alpha1/admin.proto +++ b/proto/buf/alpha/registry/v1alpha1/admin.proto @@ -76,7 +76,7 @@ message CollisionSource { message MonthlyUsage { // The month, between 1 and 12. uint32 month = 1; - // The year, between 2020 to the current year. + // The year, between 2020 and the current year. uint32 year = 2; // The total amount of message types for the month and year. uint32 total_message_types = 3;