Skip to content

Commit 9933f4c

Browse files
pmaimax-rosin
andcommitted
Apply suggestions from documentation review
Co-authored-by: max-rosin <62103539+max-rosin@users.noreply.github.com> Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent f5953a6 commit 9933f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_object.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ message StationaryObject
106106

107107
// The IDs of the lanes that the object is assigned to.
108108
//
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.
110110
//
111111
// \note OSI uses singular instead of plural for repeated field names.
112112
//
113113
repeated Identifier assigned_lane_id = 5;
114114

115-
// Percentage value of the object width in the corresponding lane.
115+
// Percentage values of the object width in the corresponding lane.
116116
//
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.
118118
//
119119
// \note OSI uses singular instead of plural for repeated field names.
120120
//

0 commit comments

Comments
 (0)