Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Nov 1, 2021
1 parent c4c68f8 commit 83244fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/principal_value.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ particular set of numbers is better conditioned (e.g. `MRP`) or obeys a particul
non-negative rotation). In order to preserve differentiability it is necessary to allow rotation representations to
travel slightly away from the nominal domain; this is critical for applications such as optimization or dynamics.
This function takes a rotation type (e.g. `UnitQuaternion, `RotXY`) and outputs a new rotation of the same type that corresponds
This function takes a rotation type (e.g. `UnitQuaternion`, `RotXY`) and outputs a new rotation of the same type that corresponds
to the same `RotMatrix`, but that obeys certain conventions or is better conditioned. The outputs of the function have
the following properties:
Expand Down

0 comments on commit 83244fe

Please sign in to comment.