diff --git a/src/ImageSharp.Formats.Gif/GifDecoderOptions.cs b/src/ImageSharp.Formats.Gif/GifDecoderOptions.cs
index ff8ad19df..8184c19d3 100644
--- a/src/ImageSharp.Formats.Gif/GifDecoderOptions.cs
+++ b/src/ImageSharp.Formats.Gif/GifDecoderOptions.cs
@@ -8,7 +8,7 @@ namespace ImageSharp.Formats
using System.Text;
///
- /// Encapsulates the gif decoder options.
+ /// Encapsulates the options for the .
///
public sealed class GifDecoderOptions : DecoderOptions, IGifDecoderOptions
{
@@ -40,7 +40,7 @@ namespace ImageSharp.Formats
/// or by creating a new instance with the specfied options.
///
/// The options for the decoder.
- /// The options for the png decoder.
+ /// The options for the .
internal static IGifDecoderOptions Create(IDecoderOptions options)
{
IGifDecoderOptions gifOptions = options as IGifDecoderOptions;
diff --git a/src/ImageSharp.Formats.Gif/IGifDecoderOptions.cs b/src/ImageSharp.Formats.Gif/IGifDecoderOptions.cs
index dd94a616f..729bf1d11 100644
--- a/src/ImageSharp.Formats.Gif/IGifDecoderOptions.cs
+++ b/src/ImageSharp.Formats.Gif/IGifDecoderOptions.cs
@@ -8,7 +8,7 @@ namespace ImageSharp.Formats
using System.Text;
///
- /// Encapsulates the gif decoder options.
+ /// Encapsulates the options for the .
///
public interface IGifDecoderOptions : IDecoderOptions
{
diff --git a/src/ImageSharp.Formats.Png/IPngDecoderOptions.cs b/src/ImageSharp.Formats.Png/IPngDecoderOptions.cs
index f60f3d1cd..cc6d194bf 100644
--- a/src/ImageSharp.Formats.Png/IPngDecoderOptions.cs
+++ b/src/ImageSharp.Formats.Png/IPngDecoderOptions.cs
@@ -8,7 +8,7 @@ namespace ImageSharp.Formats
using System.Text;
///
- /// Encapsulates the png decoder options.
+ /// Encapsulates the options for the .
///
public interface IPngDecoderOptions : IDecoderOptions
{
diff --git a/src/ImageSharp.Formats.Png/PngDecoderOptions.cs b/src/ImageSharp.Formats.Png/PngDecoderOptions.cs
index 8630cd1b0..83716e5d1 100644
--- a/src/ImageSharp.Formats.Png/PngDecoderOptions.cs
+++ b/src/ImageSharp.Formats.Png/PngDecoderOptions.cs
@@ -8,7 +8,7 @@ namespace ImageSharp.Formats
using System.Text;
///
- /// Encapsulates the png decoder options.
+ /// Encapsulates the options for the .
///
public sealed class PngDecoderOptions : DecoderOptions, IPngDecoderOptions
{
@@ -40,7 +40,7 @@ namespace ImageSharp.Formats
/// or by creating a new instance with the specfied options.
///
/// The options for the decoder.
- /// The options for the png decoder.
+ /// The options for the .
internal static IPngDecoderOptions Create(IDecoderOptions options)
{
IPngDecoderOptions pngOptions = options as IPngDecoderOptions;