Browse Source

Fixed docs

pull/1694/head
Dmitry Pentin 5 years ago
parent
commit
3fb7105f86
  1. 2
      src/ImageSharp/Image{TPixel}.cs

2
src/ImageSharp/Image{TPixel}.cs

@ -89,7 +89,7 @@ namespace SixLabors.ImageSharp
/// <summary>
/// Initializes a new instance of the <see cref="Image{TPixel}"/> class
/// wrapping an external <see cref="Buffer2D{TPixel}" pixel buffer.
/// wrapping an external <see cref="Buffer2D{TPixel}"/> pixel bufferx.
/// </summary>
/// <param name="configuration">The configuration providing initialization code which allows extending the library.</param>
/// <param name="pixelBuffer">Pixel buffer.</param>

Loading…
Cancel
Save