Skip to content

Commit

Permalink
[fix] RotationVector header
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-bremond committed Sep 4, 2018
1 parent 3c3d317 commit 00294a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class RotationVector
/// @brief Convert rotation vector to its string representation
///
/// @code
/// RotationVector(Vector3d(0.0, 0.0, 1.0), Angle::Degrees(90.0)).toString() ; // "[0.0, 0.0, 1.0] - 90.0 [deg]"
/// RotationVector(Vector3d(0.0, 0.0, 1.0), Angle::Degrees(90.0)).toString() ; // "[0.0, 0.0, 1.0] : 90.0 [deg]"
/// @endcode
///
/// @param [in] (optional) aPrecision A precision
Expand Down

0 comments on commit 00294a9

Please sign in to comment.