diff --git a/src/ImageProcessor/ImageFactory.cs b/src/ImageProcessor/ImageFactory.cs
index 2355111b2f..dd2e51e3da 100644
--- a/src/ImageProcessor/ImageFactory.cs
+++ b/src/ImageProcessor/ImageFactory.cs
@@ -898,9 +898,9 @@ namespace ImageProcessor
///
/// Rotates the image inside its area; keeps the area straight.
///
- /// The angle at which to rotate the image in degrees
+ /// The rotation layer parameters.
///
- /// The current instance of the class.
+ /// The current instance of the class.
///
public ImageFactory RotateInside(RotateInsideLayer rotateLayer)
{