Skip to content

Commit

Permalink
fixup! Doc fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Sep 25, 2024
1 parent 8446610 commit 6ecd4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/line_measures/metric_spaces/euclidean.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::super::Distance;
use crate::{GeoFloat, Point};

/// Operations on the [Euclidean plane] measures distance with the pythagorean formula -
/// Operations on the [Euclidean plane] measure distance with the pythagorean formula -
/// what you'd measure with a ruler.
///
/// If you have lon/lat points, use the [`Haversine`], [`Geodesic`], or other [metric spaces] -
Expand Down

0 comments on commit 6ecd4d3

Please sign in to comment.