Skip to content

Commit

Permalink
more grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfucraig committed Dec 20, 2024
1 parent 738472e commit 5b0560b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ message MeasurementSpec {
// Metadata provided by the Reporting System that describes how the
// Measurement is being used.
message ReportingMetadata {
// The resource name of containing `Report`
// Resource name of the containing `Report`
string report = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE,
(google.api.resource_reference) = { type: "halo.wfanet.org/Report" }
];
// The resource name of the containing `Metric`
// Resource name of the containing `Metric`
string metric = 2 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE,
Expand Down

0 comments on commit 5b0560b

Please sign in to comment.