diff --git a/src/ImageSharp/Formats/Png/PngDecoderCore.cs b/src/ImageSharp/Formats/Png/PngDecoderCore.cs index 82fc5e8159..042bcb92b6 100644 --- a/src/ImageSharp/Formats/Png/PngDecoderCore.cs +++ b/src/ImageSharp/Formats/Png/PngDecoderCore.cs @@ -987,7 +987,7 @@ namespace SixLabors.ImageSharp.Formats.Png /// /// Reads exif data encoded into a text chunk with the name "raw profile type exif". /// This method was used by ImageMagick, exiftool, exiv2, digiKam, etc, before the - /// 2017 update to png that allowed a true exif chunk. We load + /// 2017 update to png that allowed a true exif chunk. /// /// The to store the decoded exif tags into. /// The contents of the "raw profile type exif" text chunk.