File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,15 @@ message StationaryObject
106
106
107
107
// The IDs of the lanes that the object is assigned to.
108
108
//
109
- // \note Might be multiple if the object streches over multiple lanes.
109
+ // \note Might be multiple IDs if the object stretches over multiple lanes.
110
110
//
111
111
// \note OSI uses singular instead of plural for repeated field names.
112
112
//
113
113
repeated Identifier assigned_lane_id = 5 ;
114
114
115
- // Percentage value of the object width in the corresponding lane.
115
+ // Percentage values of the object width in the corresponding lane.
116
116
//
117
- // \note Might be multiple if the object streches over multiple lanes.
117
+ // \note Might be multiple percentages if the object stretches over multiple lanes.
118
118
//
119
119
// \note OSI uses singular instead of plural for repeated field names.
120
120
//
You can’t perform that action at this time.
0 commit comments