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>
{
/// <summary>
/// Initializes a new instance of the <see cref="Image"/> class
/// with the height and the width of the image.
/// Initializes a new instance of the <see cref="Image"/> class.
/// </summary>
public Image()
{

Loading…
Cancel
Save