From e72f6fb1babec221aa69bc9126e27c7cee739289 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sat, 18 Mar 2017 09:51:35 +0000 Subject: [PATCH] fix broken 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 a4f1eeaed..2c460e88e 100644 --- a/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs +++ b/src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs @@ -47,7 +47,7 @@ namespace ImageSharp.Drawing.Processors /// /// The a collection of opacity values between 0 and 1 to be merged with the brushed color value before being applied to the target. /// The number of pixels effected by this scanline. - /// The offset fromthe begining of the opacity data starts. + /// The offset fromthe begining of the opacity data starts. /// The x position in the target pixel space that the start of the scanline data corresponds to. /// The y position in the target pixel space that whole scanline corresponds to. /// scanlineBuffer will be > scanlineWidth but provide and offset in case we want to share a larger buffer across runs.