From c127dcc349014b5525aee75c50f7a05ebfb564ad Mon Sep 17 00:00:00 2001 From: Thomas Broust Date: Wed, 25 Feb 2015 11:20:18 +0100 Subject: [PATCH] Fixes XML comments Former-commit-id: 8e1c107f90d68a34556f55e2320b3a1ca6bb8642 Former-commit-id: 7dcaa510c6fb8f1a5d029fe4826fe06242226521 --- src/ImageProcessor/ImageFactory.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {