diff --git a/samples/AvatarWithRoundedCorner/Program.cs b/samples/AvatarWithRoundedCorner/Program.cs index 39bbfbd660..e894d96a62 100644 --- a/samples/AvatarWithRoundedCorner/Program.cs +++ b/samples/AvatarWithRoundedCorner/Program.cs @@ -54,7 +54,7 @@ namespace AvatarWithRoundedCorner } // 2. A more verbose way, avoiding 'Apply()': - // First we create a resized clone of the image, then we draw the corners on that that instance it with Mutate(). + // First we create a resized clone of the image, then we draw the corners on that instance with Mutate(). private static Image CloneAndConvertToAvatarWithoutApply(this Image image, Size size, float cornerRadius) { Image result = image.Clone(