diff --git a/src/ImageSharp/Image.cs b/src/ImageSharp/Image.cs
index c0de4e04c..c347017e0 100644
--- a/src/ImageSharp/Image.cs
+++ b/src/ImageSharp/Image.cs
@@ -24,7 +24,9 @@ namespace SixLabors.ImageSharp
///
/// Initializes a new instance of the class.
///
- /// The .
+ ///
+ /// The configuration which allows altering default behaviour or extending the library.
+ ///
/// The .
/// The .
/// The .
diff --git a/src/ImageSharp/ImageFrame.cs b/src/ImageSharp/ImageFrame.cs
index 0d7859615..53f5cd74b 100644
--- a/src/ImageSharp/ImageFrame.cs
+++ b/src/ImageSharp/ImageFrame.cs
@@ -3,7 +3,6 @@
using System;
using SixLabors.ImageSharp.Advanced;
-using SixLabors.ImageSharp.Memory;
using SixLabors.ImageSharp.Metadata;
using SixLabors.ImageSharp.PixelFormats;
@@ -21,9 +20,9 @@ namespace SixLabors.ImageSharp
///
/// Initializes a new instance of the class.
///
- /// The .
- /// The width.
- /// The height.
+ /// The configuration which allows altering default behaviour or extending the library.
+ /// The frame width.
+ /// The frame height.
/// The .
protected ImageFrame(Configuration configuration, int width, int height, ImageFrameMetadata metadata)
{