From 0e75d2db995fa1382f9ad7c2657298698257183d 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; }