Browse Source

Minor comment fix.

pull/23/head
dirk 9 years ago
parent
commit
5b5d7dae2f
  1. 3
      src/ImageSharp/Formats/Png/PngDecoderCore.cs

3
src/ImageSharp/Formats/Png/PngDecoderCore.cs

@ -612,9 +612,6 @@ namespace ImageSharp.Formats
/// Identifies the chunk type from the chunk.
/// </summary>
/// <param name="chunk">The chunk.</param>
/// <returns>
/// The <see cref="T:byte[]"/> containing identifying information.
/// </returns>
/// <exception cref="ImageFormatException">
/// Thrown if the input stream is not valid.
/// </exception>

Loading…
Cancel
Save