From 80a050dfe3d6424818c7c137e107676ee47005f4 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Wed, 10 Jul 2019 06:18:59 +1000 Subject: [PATCH] cleanup: corrected spelling mistake (#6794) --- Xamarin.Forms.Platform.UAP/ImageSourceIconElementConverter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xamarin.Forms.Platform.UAP/ImageSourceIconElementConverter.cs b/Xamarin.Forms.Platform.UAP/ImageSourceIconElementConverter.cs index 97270f9..76fa872 100644 --- a/Xamarin.Forms.Platform.UAP/ImageSourceIconElementConverter.cs +++ b/Xamarin.Forms.Platform.UAP/ImageSourceIconElementConverter.cs @@ -7,7 +7,7 @@ namespace Xamarin.Forms.Platform.UWP { public object Convert(object value, Type targetType, object parameter, string language) { - // TODO: investigate whether we can use AsyncValye instead of blocking + // TODO: investigate whether we can use AsyncValue instead of blocking if (value is ImageSource source) return source.ToWindowsIconElement(); @@ -20,4 +20,4 @@ namespace Xamarin.Forms.Platform.UWP throw new NotImplementedException(); } } -} \ No newline at end of file +} -- 2.7.4