Commit f6b7b4ba authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Fix typo

parent 10db2da3
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,8 +132,7 @@ IndividualParkingSpace ::= SEQUENCE {
    detectionMetaData       ParkingSpaceDetectionMetaData,
    position                GeoPosition,
    attributes              ParkingSpaceAttributes,
    size                    ParkingSpaceSize OPTIONAL
    -- TODO: add depth in an unambiguous way
    size                    ParkingSpaceSize OPTIONAL,
    externalParkingSpaceIds ExternalParkingSpaceIdentifiers OPTIONAL,
    ...
}
@@ -294,6 +293,7 @@ ParkingSpaceSize ::= SEQUENCE {
    observedLength          StandardLength1BWithConfidence OPTIONAL,
    nominalWidth            StandardLength1BWithConfidence OPTIONAL,
    nominalLength           StandardLength1BWithConfidence OPTIONAL
    -- TODO: add depth in an unambiguous way
}

-- Move to CDD