Skip to content

Commit 4845281

Browse files
committed
Fix ImageMetadata typo
1 parent 65ae451 commit 4845281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Metadata/ImageMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public double VerticalResolution
165165
public CicpProfile? CicpProfile { get; set; }
166166

167167
/// <summary>
168-
/// Gets the original format, if any, the image was decode from.
168+
/// Gets the original format, if any, from which the image was decoded.
169169
/// </summary>
170170
public IImageFormat? DecodedImageFormat { get; internal set; }
171171

0 commit comments

Comments
 (0)