From d2c6d79ff0c7749097041437cb7fa91daf7ab72e Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 22 Apr 2018 12:50:17 +0200 Subject: [PATCH] fix documentation typo --- src/ImageSharp.Drawing/Processing/Drawing/FillPathExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp.Drawing/Processing/Drawing/FillPathExtensions.cs b/src/ImageSharp.Drawing/Processing/Drawing/FillPathExtensions.cs index 36eef8d63..4273fd8be 100644 --- a/src/ImageSharp.Drawing/Processing/Drawing/FillPathExtensions.cs +++ b/src/ImageSharp.Drawing/Processing/Drawing/FillPathExtensions.cs @@ -14,7 +14,7 @@ namespace SixLabors.ImageSharp.Processing.Drawing public static class FillPathExtensions { /// - /// Flood fills the image in the shape of the provided polygon with the specified brush.. + /// Flood fills the image in the shape of the provided polygon with the specified brush. /// /// The type of the color. /// The image this method extends.