Skip to content

Commit 583bb6b

Browse files
committed
Also fix "<returns>"
1 parent d1c2172 commit 583bb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Image.FromBytes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static IImageInfo Identify(Configuration configuration, byte[] data, out
9191
/// <param name="data">The byte array containing image data.</param>
9292
/// <exception cref="ArgumentNullException">The configuration is null.</exception>
9393
/// <exception cref="ArgumentNullException">The data is null.</exception>
94-
/// <returns>A new <see cref="Image{Rgba32}"/>.</returns>
94+
/// <returns>A new <see cref="Image"/>.</returns>
9595
public static Image Load(byte[] data)
9696
=> Load(Configuration.Default, data);
9797

0 commit comments

Comments
 (0)