correct typo

This commit is contained in:
BobLd
2019-10-04 14:50:22 +01:00
parent 5d3e4cd4e1
commit 1975db4752

View File

@@ -37,7 +37,7 @@ namespace UglyToad.PdfPig.Geometry
}
/// <summary>
/// Return true if points are organised with a clockwise order. Works only with closed paths.
/// Return true if points are organised in a clockwise order. Works only with closed paths.
/// </summary>
/// <returns></returns>
public bool IsClockwise
@@ -50,7 +50,7 @@ namespace UglyToad.PdfPig.Geometry
}
/// <summary>
/// Return true if points are organised with a counterclockwise order. Works only with closed paths.
/// Return true if points are organised in a counterclockwise order. Works only with closed paths.
/// </summary>
/// <returns></returns>
public bool IsCounterClockwise