Skip to content

Commit

Permalink
Fix typo in v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen committed May 14, 2024
1 parent 631dd93 commit 68f693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buf/registry/module/v1beta1/resource.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ message ResourceRef {
(buf.validate.field).required = true,
(buf.validate.field).string.max_len = 32
];
// The name of the Module the contains or is the resource.
// The name of the Module that contains or is the resource.
string module = 2 [(buf.validate.field).string = {
min_len: 2,
max_len: 100
Expand Down

0 comments on commit 68f693f

Please sign in to comment.