Browse Source

minor comment fix

af/merge-core
Anton Firszov 9 years ago
parent
commit
c8517dbaf6
  1. 2
      src/ImageSharp.Formats.Jpeg/JpegDecoderCore.cs

2
src/ImageSharp.Formats.Jpeg/JpegDecoderCore.cs

@ -163,7 +163,7 @@ namespace ImageSharp.Formats
public int TotalMCUCount => this.MCUCountX * this.MCUCountY;
/// <summary>
/// Decodes the image from the specified this._stream and sets
/// Decodes the image from the specified <see cref="Stream"/> and sets
/// the data to image.
/// </summary>
/// <typeparam name="TColor">The pixel format.</typeparam>

Loading…
Cancel
Save