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.
///