From c8517dbaf624d66b60eeae4e9898226b8659134b Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 28 Jan 2017 03:24:12 +0100 Subject: [PATCH] minor comment fix --- src/ImageSharp.Formats.Jpeg/JpegDecoderCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp.Formats.Jpeg/JpegDecoderCore.cs b/src/ImageSharp.Formats.Jpeg/JpegDecoderCore.cs index 91fca3eb6..eca4d4622 100644 --- a/src/ImageSharp.Formats.Jpeg/JpegDecoderCore.cs +++ b/src/ImageSharp.Formats.Jpeg/JpegDecoderCore.cs @@ -163,7 +163,7 @@ namespace ImageSharp.Formats public int TotalMCUCount => this.MCUCountX * this.MCUCountY; /// - /// Decodes the image from the specified this._stream and sets + /// Decodes the image from the specified and sets /// the data to image. /// /// The pixel format.