Browse Source

StyleCop fix.

af/merge-core
Dirk Lemstra 9 years ago
committed by Dirk Lemstra
parent
commit
839ca54291
  1. 2
      src/ImageSharp.Formats.Gif/GifDecoderOptions.cs

2
src/ImageSharp.Formats.Gif/GifDecoderOptions.cs

@ -33,7 +33,7 @@ namespace ImageSharp.Formats
}
/// <summary>
/// Gets the encoding that should be used when reading comments.
/// Gets or sets the encoding that should be used when reading comments.
/// </summary>
public Encoding TextEncoding { get; set; }

Loading…
Cancel
Save