From e79f2d8ae4fdd828b9a67328757f022a4a0ff850 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 2 Apr 2018 13:03:19 -0700 Subject: [PATCH] Fix typo --- src/ImageSharp/MetaData/Profiles/Exif/ExifProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.