@@ -375,7 +375,7 @@ message Lane
375375 //
376376 enum Subtype
377377 {
378- // Lane of unknown subtype (must not be used in ground truth) .
378+ // Lane of unknown subtype. Do not use in ground truth.
379379 //
380380 SUBTYPE_UNKNOWN = 0 ;
381381
@@ -388,28 +388,28 @@ message Lane
388388 // HighwayExit.
389389 //
390390 // Since it is intended to be used for normal automotive
391- // driving it should be used in combination with TYPE_DRIVING.
391+ // driving, it should be used in combination with TYPE_DRIVING.
392392 //
393393 SUBTYPE_NORMAL = 2 ;
394394
395- // A lane which is designated for bicylists.
395+ // A lane that is designated for bicylists.
396396 //
397397 // Since it is not intended to be used for normal automotive
398- // driving it should be used in combination with TYPE_NONDRIVING.
398+ // driving, it should be used in combination with TYPE_NONDRIVING.
399399 //
400400 SUBTYPE_BIKING = 3 ;
401401
402- // A lane which is designated for pedestrians (sidewalk).
402+ // A lane that is designated for pedestrians (sidewalk).
403403 //
404404 // Since it is not intended to be used for normal automotive
405- // driving it should be used in combination with TYPE_NONDRIVING.
405+ // driving, it should be used in combination with TYPE_NONDRIVING.
406406 //
407407 SUBTYPE_SIDEWALK = 4 ;
408408
409409 // A lane with parking spaces.
410410 //
411411 // Since it is not intended to be used for normal automotive
412- // driving it should be used in combination with TYPE_NONDRIVING.
412+ // driving, it should be used in combination with TYPE_NONDRIVING.
413413 //
414414 SUBTYPE_PARKING = 5 ;
415415
@@ -418,28 +418,28 @@ message Lane
418418 // HighwayExit.
419419 //
420420 // Since it is not intended to be used for normal automotive
421- // driving it should be used in combination with TYPE_NONDRIVING.
421+ // driving, it should be used in combination with TYPE_NONDRIVING.
422422 //
423423 SUBTYPE_STOP = 6 ;
424424
425425 // A lane on which cars should not drive.
426426 //
427427 // Since it is not intended to be used for normal automotive
428- // driving it should be used in combination with TYPE_NONDRIVING.
428+ // driving, it should be used in combination with TYPE_NONDRIVING.
429429 //
430430 SUBTYPE_RESTRICTED = 7 ;
431431
432432 // A hard border on the edge of a road.
433433 //
434434 // Since it is not intended to be used for normal automotive
435- // driving it should be used in combination with TYPE_NONDRIVING.
435+ // driving, it should be used in combination with TYPE_NONDRIVING.
436436 //
437437 SUBTYPE_BORDER = 8 ;
438438
439439 // A soft border on the edge of a road.
440440 //
441441 // Since it is not intended to be used for normal automotive
442- // driving it should be used in combination with TYPE_NONDRIVING.
442+ // driving, it should be used in combination with TYPE_NONDRIVING.
443443 //
444444 SUBTYPE_SHOULDER = 9 ;
445445
@@ -448,35 +448,35 @@ message Lane
448448 // HighwayExit.
449449 //
450450 // Since it is intended to be used for normal automotive
451- // driving it should be used in combination with TYPE_DRIVING.
451+ // driving, it should be used in combination with TYPE_DRIVING.
452452 //
453453 SUBTYPE_EXIT = 10 ;
454454
455455 // An acceleration lane in parallel to the main road.
456456 //
457457 // Since it is intended to be used for normal automotive
458- // driving it should be used in combination with TYPE_DRIVING.
458+ // driving, it should be used in combination with TYPE_DRIVING.
459459 //
460460 SUBTYPE_ENTRY = 11 ;
461461
462- // A ramp leading to a motorway from rural or urban roads.
462+ // A ramp from rural or urban roads joining a motorway .
463463 //
464464 // Since it is intended to be used for normal automotive
465- // driving it should be used in combination with TYPE_DRIVING.
465+ // driving, it should be used in combination with TYPE_DRIVING.
466466 //
467467 SUBTYPE_ONRAMP = 12 ;
468468
469- // A ramp leading away from a motorway onto rural or urban roads.
469+ // A ramp leading off a motorway onto rural or urban roads.
470470 //
471471 // Since it is intended to be used for normal automotive
472- // driving it should be used in combination with TYPE_DRIVING.
472+ // driving, it should be used in combination with TYPE_DRIVING.
473473 //
474474 SUBTYPE_OFFRAMP = 13 ;
475475
476476 // A ramp that connect two motorways.
477477 //
478478 // Since it is intended to be used for normal automotive
479- // driving it should be used in combination with TYPE_DRIVING.
479+ // driving, it should be used in combination with TYPE_DRIVING.
480480 //
481481 SUBTYPE_CONNECTINGRAMP = 14 ;
482482 }
0 commit comments