From d5ddc4696e851d93569e7b9c356691b386993ca2 Mon Sep 17 00:00:00 2001 From: "WINDEV2110EVAL\\User" Date: Sun, 5 Dec 2021 15:57:05 -0800 Subject: [PATCH] Fixed an incomplete comment --- src/ImageSharp/Formats/Png/PngDecoderCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.