Browse Source

Comment fix.

pull/23/head
dirk 10 years ago
parent
commit
248760ea34
  1. 3
      src/ImageSharp/Image.cs

3
src/ImageSharp/Image.cs

@ -16,8 +16,7 @@ namespace ImageSharp
public class Image : Image<Color, uint> public class Image : Image<Color, uint>
{ {
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="Image"/> class /// Initializes a new instance of the <see cref="Image"/> class.
/// with the height and the width of the image.
/// </summary> /// </summary>
public Image() public Image()
{ {

Loading…
Cancel
Save