Skip to content

Commit

Permalink
change comment to keep mdx happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjb authored and blkt committed Jun 26, 2024
1 parent c8c19b0 commit 8498267
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/docs/ref/proto.md

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

6 changes: 3 additions & 3 deletions 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.

6 changes: 3 additions & 3 deletions proto/minder/v1/minder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ message EvaluationHistoryRule {
}

message EvaluationHistoryStatus {
// status is one of {success, error, failure, skipped}
// status is one of (success, error, failure, skipped)
// not using enums to mirror the behaviour of the existing API contracts.
string status = 1;

Expand All @@ -2506,7 +2506,7 @@ message EvaluationHistoryStatus {
}

message EvaluationHistoryRemediation {
// status is one of {success, error, failure, skipped, not available}
// status is one of (success, error, failure, skipped, not available)
// not using enums to mirror the behaviour of the existing API contracts.
string status = 1;

Expand All @@ -2516,7 +2516,7 @@ message EvaluationHistoryRemediation {
}

message EvaluationHistoryAlert {
// status is one of {on, off, error, skipped, not available}
// status is one of (on, off, error, skipped, not available)
// not using enums to mirror the behaviour of the existing API contracts.
string status = 1;

Expand Down

0 comments on commit 8498267

Please sign in to comment.