Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusGMorrison committed Jan 3, 2024
1 parent dacc0c3 commit 136dbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lox_core/src/earth/coordinate_transformations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn celestial_to_intermediate_frame_of_date_matrix(cip: DVec2, s: Radians) ->
}

/// Compute the celestial-terrestrial transformation matrix (excluding polar motion) given the
/// intermediate-frame-of-date matrix and the Earth rotation angle (ERA) in Radians.
/// intermediate frame-of-date matrix and the Earth rotation angle (ERA) in radians.
///
/// Note that the signs of all angles are reversed relative to ERFA, which uses left-handed
/// coordinates, whereas glam is right-handed.
Expand Down

0 comments on commit 136dbc4

Please sign in to comment.