Commit 9dd0cb54 authored by llatsermarti's avatar llatsermarti
Browse files

Fixed typos in comments for CartesianAngle and WGS84Angle

parent 5a006f2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -153,7 +153,7 @@ ObjectDimension ::= SEQUENCE {
-- confidence level of 95% for the component in a Cartesian coordinate system.
-- confidence level of 95% for the component in a Cartesian coordinate system.
CartesianAngle ::= SEQUENCE {
CartesianAngle ::= SEQUENCE {
    -- @details value
    -- @details value
    -- The speed value which can be estimated as the mean of the current distribution.
    -- The angle value which can be estimated as the mean of the current distribution.
    value       CartesianAngleValue,
    value       CartesianAngleValue,
    -- @details confidence
    -- @details confidence
    -- The accuracy associated to the provided value at a predefined confidence level
    -- The accuracy associated to the provided value at a predefined confidence level
@@ -166,7 +166,7 @@ CartesianAngle ::= SEQUENCE {
-- confidence level of 95% for the component in the WGS84 coordinate system.
-- confidence level of 95% for the component in the WGS84 coordinate system.
WGS84Angle ::= SEQUENCE {
WGS84Angle ::= SEQUENCE {
    -- @details value
    -- @details value
    -- The speed value which can be estimated as the mean of the current distribution.
    -- The angle value which can be estimated as the mean of the current distribution.
    value       WGS84AngleValue,
    value       WGS84AngleValue,
    -- @details confidence
    -- @details confidence
    -- The accuracy associated to the provided value at a predefined confidence level
    -- The accuracy associated to the provided value at a predefined confidence level