Merge branch 'main' into avm99963-monorail

Merged commit cd4b3b336f1f14afa02990fdc2eec5d9467a827e

GitOrigin-RevId: e67bbf185d5538e1472bb42e0abb2a141f88bac1
diff --git a/api/v3/api_proto/project_objects.proto b/api/v3/api_proto/project_objects.proto
index 21f4bc6..39c5517 100644
--- a/api/v3/api_proto/project_objects.proto
+++ b/api/v3/api_proto/project_objects.proto
@@ -317,7 +317,7 @@
   // the API will always return ComponentDef names with format:
   // projects/{project}/componentDefs/<component_def_id>.
   // However the API will accept ComponentDef names with formats:
-  // projects/{project}/componentDefs/<component_def_id>|<value>.
+  // projects/{project}/componentDefs/<component_def_id|value>.
   string name = 1;
   // String value of the component, ie 'Tools>Stability' or 'Blink'.
   string value = 2;