Browse Source

fix documentation typo

af/merge-core
Unknown 8 years ago
parent
commit
d2c6d79ff0
  1. 2
      src/ImageSharp.Drawing/Processing/Drawing/FillPathExtensions.cs

2
src/ImageSharp.Drawing/Processing/Drawing/FillPathExtensions.cs

@ -14,7 +14,7 @@ namespace SixLabors.ImageSharp.Processing.Drawing
public static class FillPathExtensions
{
/// <summary>
/// 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.
/// </summary>
/// <typeparam name="TPixel">The type of the color.</typeparam>
/// <param name="source">The image this method extends.</param>

Loading…
Cancel
Save