diff --git a/Angle.h b/Angle.h index 27aac41..f8a215f 100644 --- a/Angle.h +++ b/Angle.h @@ -15,7 +15,7 @@ static float Deg2Rad = (pi * 2) / 360.0f; /// @brief An angle in various representations. /// @tparam T The internal type used for the representation of the angle. -/// The angle is internally limited to <-180..180] degrees or <-PI...PI] +/// The angle is internally limited to (-180..180] degrees or (-PI...PI] /// radians. When an angle exceeds this range, it is normalized to a value /// within the range. template class AngleOf {