From e5797f04fed82e6226b9458efaa867e2453de8ea Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 14 May 2018 12:00:56 +1000 Subject: [PATCH] Remove missed prefixes --- src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs | 2 +- .../Components/Decoder/GolangJpegScanDecoder.DataPointers.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs b/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs index f0a1632a2..38974cc76 100644 --- a/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs +++ b/src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs @@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Components internal partial struct Block8x8F { /// - /// A number of scalar coefficients in a + /// A number of scalar coefficients in a /// public const int Size = 64; diff --git a/src/ImageSharp/Formats/Jpeg/GolangPort/Components/Decoder/GolangJpegScanDecoder.DataPointers.cs b/src/ImageSharp/Formats/Jpeg/GolangPort/Components/Decoder/GolangJpegScanDecoder.DataPointers.cs index bc9e0a5c6..a00da6fca 100644 --- a/src/ImageSharp/Formats/Jpeg/GolangPort/Components/Decoder/GolangJpegScanDecoder.DataPointers.cs +++ b/src/ImageSharp/Formats/Jpeg/GolangPort/Components/Decoder/GolangJpegScanDecoder.DataPointers.cs @@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.GolangPort.Components.Decoder internal unsafe partial struct GolangJpegScanDecoder { /// - /// Contains pointers to the memory regions of so they can be easily passed around to pointer based utility methods of + /// Contains pointers to the memory regions of so they can be easily passed around to pointer based utility methods of /// public struct DataPointers {