Browse Source

Fix sentence in ScrollViewer

pull/7727/head
Collin Alpert 4 years ago
committed by GitHub
parent
commit
6d66358b87
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/ScrollViewer.cs

2
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
{

Loading…
Cancel
Save