Skip to content

Commit 0923a69

Browse files
michaelkirkdabreegster
authored andcommitted
fix typo
1 parent 592de55 commit 0923a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/geo_helpers/slice_nearest_boundary.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl SliceNearestFrechetBoundary for Polygon {
2929
// `closest_to.first` and `closest_to.last`.
3030
//
3131
// Of the two parts, the one with the lowest frechet_distance represents the best
32-
// candidate for it's corresponding boundary.
32+
// candidate for its corresponding boundary.
3333
let (forwards_half, backwards_half) = self.split_boundary_nearest_endpoints(closest_to);
3434
let forwards_frechet = forwards_half.frechet_distance(closest_to);
3535

0 commit comments

Comments
 (0)