diff --git a/src/Avalonia.Base/Animation/PageSlide.cs b/src/Avalonia.Base/Animation/PageSlide.cs index f388de5794..402f57885f 100644 --- a/src/Avalonia.Base/Animation/PageSlide.cs +++ b/src/Avalonia.Base/Animation/PageSlide.cs @@ -47,7 +47,7 @@ namespace Avalonia.Animation public TimeSpan Duration { get; set; } /// - /// Gets the duration of the animation. + /// Gets the orientation of the animation. /// public SlideAxis Orientation { get; set; }