From c244ac809dd423290affdde201bd57cf1431b021 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sat, 26 Aug 2017 21:13:47 +0200 Subject: [PATCH] Fixed malformed doc comment. --- src/Avalonia.Styling/Controls/IResourceProvider.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Avalonia.Styling/Controls/IResourceProvider.cs b/src/Avalonia.Styling/Controls/IResourceProvider.cs index 2ca83ea2d2..eec783623c 100644 --- a/src/Avalonia.Styling/Controls/IResourceProvider.cs +++ b/src/Avalonia.Styling/Controls/IResourceProvider.cs @@ -23,7 +23,8 @@ namespace Avalonia.Controls /// The resource key. /// /// When this method returns, contains the value associated with the specified key, - /// if the key is found; otherwise, null + /// if the key is found; otherwise, null. + /// /// /// True if the resource if found, otherwise false. ///