Skip to content

Commit

Permalink
Fix typo in documentation for Bearing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmit committed Jan 2, 2019
1 parent 8ceac7a commit 95bff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/bearing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Point;
/// (https://dtcenter.org/met/users/docs/write_ups/gc_simple.pdf)
pub trait Bearing<T: Float> {
/// Returns the bearing to another Point in degrees, where North is 0° and East is 45°.
/// Returns the bearing to another Point in degrees, where North is 0° and East is 90°.
///
/// # Examples
///
Expand Down

0 comments on commit 95bff73

Please sign in to comment.