Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mootw/flutter_map into pr…
Browse files Browse the repository at this point in the history
…/1704
  • Loading branch information
JaffaKetchup committed Jan 12, 2024
2 parents 1119435 + 7eba143 commit d177a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/misc/simplify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ double _getSqDist(
return dx * dx + dy * dy;
}

// square distance from a point to a segment
/// square distance from a point to a segment
double _getSqSegDist(
LatLng p,
LatLng p1,
Expand Down

0 comments on commit d177a13

Please sign in to comment.