Skip to content

Commit 037d3c5

Browse files
committed
doc: fix xml comment
1 parent c3ad590 commit 037d3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Spatial/Euclidean/Circle2D.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static Circle2D FromPoints(Point2D pointA, Point2D pointB, Point2D pointC
134134
}
135135

136136
/// <summary>
137-
/// Returns intersection as a point2D array if this circle and the given line have the intersections
137+
/// Returns intersection a point2D array if this circle and the given line have the intersections
138138
/// </summary>
139139
/// <param name="line">the given line</param>
140140
/// <returns>intersections as a Point2D Array, depending on the count.</returns>

0 commit comments

Comments
 (0)