Skip to content

Commit e10412d

Browse files
authored
fix(docs): language review
1 parent 1d85f2c commit e10412d

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
@@ -447,7 +447,7 @@ message MovingObject
447447
// \brief Detailed wheel data.
448448
// The focus is on the description of a wheel regarding the perceivable
449449
// information from the outside.
450-
// It is not intended to be used for e.g. dynamic calculations.
450+
// It is not intended to be used for dynamic calculations, for example.
451451
//
452452
message WheelData
453453
{
@@ -458,7 +458,7 @@ message MovingObject
458458
optional uint32 axle = 1;
459459

460460
// The index of the wheel on the axle, counting in the direction
461-
// of positive-y, i.e. right-to-left.
461+
// of positive-y, that is, right-to-left.
462462
//
463463
// For example, on a standard 2-axle, 4-wheel car, the rear-right
464464
// wheel would be (axle=1, index=0).

0 commit comments

Comments
 (0)