diff --git a/src/ImageProcessor/ImageFactory.cs b/src/ImageProcessor/ImageFactory.cs
index a4f132325..7255d90f8 100644
--- a/src/ImageProcessor/ImageFactory.cs
+++ b/src/ImageProcessor/ImageFactory.cs
@@ -899,6 +899,7 @@ namespace ImageProcessor
/// Rotates the image inside its area; keeps the area straight.
///
/// The angle at which to rotate the image in degrees
+ ///
/// The current instance of the class.
///
public ImageFactory RotateInside(float degrees)