Skip to content

Commit c3882c6

Browse files
paagkamepmai
authored andcommitted
fix(docs): language review
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 90b128b commit c3882c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_object.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ message MovingObject
459459
// \brief Detailed wheel data.
460460
// The focus is on the description of a wheel regarding the perceivable
461461
// information from the outside.
462-
// It is not intended to be used for e.g. dynamic calculations.
462+
// It is not intended to be used for dynamic calculations, for example.
463463
//
464464
message WheelData
465465
{
@@ -470,7 +470,7 @@ message MovingObject
470470
optional uint32 axle = 1;
471471

472472
// The index of the wheel on the axle, counting in the direction
473-
// of positive-y, i.e. right-to-left.
473+
// of positive-y, that is, right-to-left.
474474
//
475475
// For example, on a standard 2-axle, 4-wheel car, the rear-right
476476
// wheel would be (axle=1, index=0).

0 commit comments

Comments
 (0)