From 6d66358b8761ff59bb60551b09b52d315ae8205d Mon Sep 17 00:00:00 2001 From: Collin Alpert Date: Mon, 28 Feb 2022 17:18:01 +0100 Subject: [PATCH] Fix sentence in ScrollViewer --- src/Avalonia.Controls/ScrollViewer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/ScrollViewer.cs b/src/Avalonia.Controls/ScrollViewer.cs index 7c4b87e66a..6ca6c1e67b 100644 --- a/src/Avalonia.Controls/ScrollViewer.cs +++ b/src/Avalonia.Controls/ScrollViewer.cs @@ -8,7 +8,7 @@ using Avalonia.Interactivity; namespace Avalonia.Controls { /// - /// A control scrolls its content if the content is bigger than the space available. + /// A control which scrolls its content if the content is bigger than the space available. /// public class ScrollViewer : ContentControl, IScrollable, IScrollAnchorProvider {