Skip to content

Commit

Permalink
Merge pull request #2781 from lofcz/chore-fix-metadata-typo
Browse files Browse the repository at this point in the history
Fix ImageMetadata docs typo
  • Loading branch information
JimBobSquarePants authored Jul 26, 2024
2 parents 57ecebf + 4845281 commit 8ed06e8
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 8ed06e8

Please sign in to comment.