Browse Source

Fixed comments

pull/1706/head
Dmitry Pentin 5 years ago
parent
commit
74534665dd
  1. 2
      src/ImageSharp/Formats/Jpeg/JpegMetadata.cs

2
src/ImageSharp/Formats/Jpeg/JpegMetadata.cs

@ -129,7 +129,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg
} }
/// <summary> /// <summary>
/// Gets or sets the encoded quality. /// Gets or sets the color type.
/// </summary> /// </summary>
public JpegColorType? ColorType { get; set; } public JpegColorType? ColorType { get; set; }

Loading…
Cancel
Save