From e54694cfae4596dde76aa42bf4a1fa8333cb1afd Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Mon, 9 May 2016 20:08:19 +0200 Subject: [PATCH] Typo --- src/Markup/Perspex.Markup.Xaml/PerspexXamlLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Markup/Perspex.Markup.Xaml/PerspexXamlLoader.cs b/src/Markup/Perspex.Markup.Xaml/PerspexXamlLoader.cs index be233f27f2..c1216b16a9 100644 --- a/src/Markup/Perspex.Markup.Xaml/PerspexXamlLoader.cs +++ b/src/Markup/Perspex.Markup.Xaml/PerspexXamlLoader.cs @@ -49,7 +49,7 @@ namespace Perspex.Markup.Xaml /// TODO: Making this internal for now as I'm not sure that this is the correct /// thing to do, but its needd by to get the URL of /// the currently loading XAML file, as we can't use the OmniXAML parsing context - /// there. Maybe we need a way to inject OmniXAML context into the objects it's + /// there. Maybe we need a way to inject OmniXAML context into the objects its /// constructing? /// internal static Uri UriContext => s_uriStack.Count > 0 ? s_uriStack.Peek() : null;