Browse Source

Minor comment fix.

pull/23/head
dirk 10 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. /// Identifies the chunk type from the chunk.
/// </summary> /// </summary>
/// <param name="chunk">The chunk.</param> /// <param name="chunk">The chunk.</param>
/// <returns>
/// The <see cref="T:byte[]"/> containing identifying information.
/// </returns>
/// <exception cref="ImageFormatException"> /// <exception cref="ImageFormatException">
/// Thrown if the input stream is not valid. /// Thrown if the input stream is not valid.
/// </exception> /// </exception>

Loading…
Cancel
Save