Skip to content

Commit aeb8541

Browse files
Merge pull request #497 from OpenSimulationInterface/bugfix/sm/pylons
Avoid duplication of pylons in enum
2 parents 7cb894b + 67694c3 commit aeb8541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_object.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ message StationaryObject
135135
TYPE_REFLECTIVE_STRUCTURE = 15;
136136

137137
// Landmarks corresponding to construction site elements in the
138-
// environment, like cones or beacons.
138+
// environment, like beacons.
139139
//
140140
TYPE_CONSTRUCTION_SITE_ELEMENT = 16;
141141
}

0 commit comments

Comments
 (0)