From 447ce35be894d666e58cac304c31ac89cb958f06 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Tue, 15 Aug 2017 14:26:43 +0200 Subject: [PATCH] fix typo --- samples/AvatarWithRoundedCorner/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(