Skip to content

Commit 76a3d8d

Browse files
Update src/ImageSharp.Drawing/Shapes/ComplexPolygon.cs
1 parent 3b747f0 commit 76a3d8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ImageSharp.Drawing/Shapes/ComplexPolygon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public sealed class ComplexPolygon : IPath, IPathInternals, IInternalPathOwner
2323
/// <summary>
2424
/// Initializes a new instance of the <see cref="ComplexPolygon"/> class.
2525
/// </summary>
26-
/// <param name="contour">The contour path</param>
27-
/// <param name="hole">the hole path</param>
26+
/// <param name="contour">The contour path.</param>
27+
/// <param name="hole">The hole path.</param>
2828
public ComplexPolygon(PointF[] contour, PointF[] hole)
2929
: this(new Path(new LinearLineSegment(contour)), new Path(new LinearLineSegment(hole)))
3030
{

0 commit comments

Comments
 (0)