Skip to content

Commit

Permalink
Fix ImageMetadata typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lofcz committed Jul 23, 2024
1 parent 65ae451 commit 4845281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageSharp/Metadata/ImageMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public double VerticalResolution
public CicpProfile? CicpProfile { get; set; }

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

Expand Down

0 comments on commit 4845281

Please sign in to comment.