From 1975db4752bd9f2522aaf952b382226b6da4f073 Mon Sep 17 00:00:00 2001 From: BobLd Date: Fri, 4 Oct 2019 14:50:22 +0100 Subject: [PATCH] correct typo --- src/UglyToad.PdfPig/Geometry/PdfPath.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UglyToad.PdfPig/Geometry/PdfPath.cs b/src/UglyToad.PdfPig/Geometry/PdfPath.cs index ffa7ccd3..c0fed7e6 100644 --- a/src/UglyToad.PdfPig/Geometry/PdfPath.cs +++ b/src/UglyToad.PdfPig/Geometry/PdfPath.cs @@ -37,7 +37,7 @@ namespace UglyToad.PdfPig.Geometry } /// - /// 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. /// /// public bool IsClockwise @@ -50,7 +50,7 @@ namespace UglyToad.PdfPig.Geometry } /// - /// 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. /// /// public bool IsCounterClockwise