Skip to content

Commit f775de0

Browse files
Remove exta trail backtick
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 05d3347 commit f775de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/validating/src/testFixtures/proto/spine/test/tools/validate/set_once_fields.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ message StudentSetOnceFalse {
102102
}
103103

104104
// Tests that the constraint works with an external message type imported
105-
// from a dependency (`google.protobuf.Timestamp`).`
105+
// from a dependency (`google.protobuf.Timestamp`).
106106
message Measurement {
107107
google.protobuf.Timestamp timestamp = 1 [(set_once) = true];
108108
}

0 commit comments

Comments
 (0)