Browse Source

Merge pull request #7727 from CollinAlpert/patch-1

Fix sentence in ScrollViewer
Max Katz 3 years ago
parent
commit
7b706b5625
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Avalonia.Controls/ScrollViewer.cs

+ 1 - 1
src/Avalonia.Controls/ScrollViewer.cs

@@ -8,7 +8,7 @@ using Avalonia.Interactivity;
 namespace Avalonia.Controls
 {
     /// <summary>
-    /// 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.
     /// </summary>
     public class ScrollViewer : ContentControl, IScrollable, IScrollAnchorProvider
     {