From 928ac5960a5d225fe06f74bb57a54d9c21914b7b Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 17 Mar 2017 18:58:27 +0000 Subject: [PATCH] fixed comment --- src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs b/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs index 49c405abf1..87cf949e8f 100644 --- a/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs +++ b/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs @@ -27,7 +27,7 @@ namespace ImageSharp.Drawing.Processors } /// - /// The destinaion + /// Gets the destinaion /// protected PixelAccessor Target { get; }