diff --git a/src/ImageSharp/Formats/Jpeg/Components/Decoder/SpectralConverter{TPixel}.cs b/src/ImageSharp/Formats/Jpeg/Components/Decoder/SpectralConverter{TPixel}.cs
index 7137c52039..a3e98125ea 100644
--- a/src/ImageSharp/Formats/Jpeg/Components/Decoder/SpectralConverter{TPixel}.cs
+++ b/src/ImageSharp/Formats/Jpeg/Components/Decoder/SpectralConverter{TPixel}.cs
@@ -14,11 +14,11 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Components.Decoder
///
///
/// Color decoding scheme:
- ///
+ ///
///
- /// - 1. Decode spectral data to Jpeg color space
- /// - 2. Convert from Jpeg color space to RGB
- /// - 3. Convert from RGB to target pixel space
+ /// - Decode spectral data to Jpeg color space
+ /// - Convert from Jpeg color space to RGB
+ /// - Convert from RGB to target pixel space
///
///
///