Browse Source

fixed comment

pull/140/head
Scott Williams 9 years ago
parent
commit
0e75d2db99
  1. 2
      src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs

2
src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs

@ -27,7 +27,7 @@ namespace ImageSharp.Drawing.Processors
} }
/// <summary> /// <summary>
/// The destinaion /// Gets the destinaion
/// </summary> /// </summary>
protected PixelAccessor<TColor> Target { get; } protected PixelAccessor<TColor> Target { get; }

Loading…
Cancel
Save