Skip to content

Commit 3155ae4

Browse files
committed
typo
1 parent c3795f3 commit 3155ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/web_app/lib/src/widget/downloads_chart/computations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ bool isPointOnPathWithTolerance(
133133
/// closed and non-self-intersecting.
134134
///
135135
/// Returns `true` if the point is inside the polygon or exactly on a vertex or
136-
/// on edge, and `false` otherwise.
136+
/// an edge, and `false` otherwise.
137137
bool isPointInPolygon(List<(double, double)> polygon, (double, double) point) {
138138
if (polygon.length < 3) {
139139
return false;

0 commit comments

Comments
 (0)