From 4a5589ef5ed3147f31e26be72aeb6d58279113d9 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Thu, 22 Mar 2018 18:33:01 -0700 Subject: [PATCH] Fix documentation --- 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 0cfada661d..2c7396f3ec 100644 --- a/src/ImageSharp/Formats/Png/PngDecoderCore.cs +++ b/src/ImageSharp/Formats/Png/PngDecoderCore.cs @@ -1157,7 +1157,7 @@ namespace SixLabors.ImageSharp.Formats.Png /// /// Reads a header chunk from the data. /// - /// The containing data. + /// The containing data. private void ReadHeaderChunk(ReadOnlySpan data) { this.header = new PngHeader