Skip to content

Commit

Permalink
Avoid using <> tag-like constructs in proto comments
Browse files Browse the repository at this point in the history
  • Loading branch information
evankanderson committed Jan 31, 2025
1 parent 3c6d028 commit d92257f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/ref/proto.mdx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/api/openapi/minder/v1/minder.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/api/protobuf/go/minder/v1/minder.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/minder/v1/minder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3366,7 +3366,7 @@ message RoleAssignment {
(google.api.field_behavior) = REQUIRED
];
// subject is the subject to which the role is assigned.
// Can be either a UUID or a <providername>/<subject> string.
// Can be either a UUID or a providername/subject string.
string subject = 2 [
(buf.validate.field).string.pattern =
// Can be either a UUID or a providername/<subject> string
Expand Down

0 comments on commit d92257f

Please sign in to comment.