diff --git a/src/ImageSharp/MetaData/Profiles/Exif/ExifProfile.cs b/src/ImageSharp/MetaData/Profiles/Exif/ExifProfile.cs index 4178bcec8..0f19083e5 100644 --- a/src/ImageSharp/MetaData/Profiles/Exif/ExifProfile.cs +++ b/src/ImageSharp/MetaData/Profiles/Exif/ExifProfile.cs @@ -161,7 +161,7 @@ namespace SixLabors.ImageSharp.MetaData.Profiles.Exif } /// - /// Conditionally the value of the tag if it exists. + /// Conditionally returns the value of the tag if it exists. /// /// The tag of the EXIF value. /// The value of the tag, if found.