Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk authored and dabreegster committed Jan 23, 2025
1 parent 592de55 commit 0923a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/geo_helpers/slice_nearest_boundary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl SliceNearestFrechetBoundary for Polygon {
// `closest_to.first` and `closest_to.last`.
//
// Of the two parts, the one with the lowest frechet_distance represents the best
// candidate for it's corresponding boundary.
// candidate for its corresponding boundary.
let (forwards_half, backwards_half) = self.split_boundary_nearest_endpoints(closest_to);
let forwards_frechet = forwards_half.frechet_distance(closest_to);

Expand Down

0 comments on commit 0923a69

Please sign in to comment.