From 634821e49f4485882539534e6e1df7fdb0259f1f Mon Sep 17 00:00:00 2001 From: Salman Ahmed Date: Sun, 6 Mar 2022 00:01:45 +0300 Subject: [PATCH] Use the term "programmatically" instead --- osu.Game/Graphics/Containers/UserTrackingScrollContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Containers/UserTrackingScrollContainer.cs b/osu.Game/Graphics/Containers/UserTrackingScrollContainer.cs index 988695c380..887aeb0c54 100644 --- a/osu.Game/Graphics/Containers/UserTrackingScrollContainer.cs +++ b/osu.Game/Graphics/Containers/UserTrackingScrollContainer.cs @@ -65,7 +65,7 @@ namespace osu.Game.Graphics.Containers } /// - /// Invoked when any scroll has been performed either automatically or by user. + /// Invoked when any scroll has been performed either programmatically or by user. /// protected virtual void OnScrollChange(bool byUser) => UserScrolling = byUser; }