Use the term "programmatically" instead

This commit is contained in:
Salman Ahmed
2022-03-06 00:01:45 +03:00
parent 5b3ffb12b7
commit 634821e49f

View File

@ -65,7 +65,7 @@ namespace osu.Game.Graphics.Containers
} }
/// <summary> /// <summary>
/// Invoked when any scroll has been performed either automatically or by user. /// Invoked when any scroll has been performed either programmatically or by user.
/// </summary> /// </summary>
protected virtual void OnScrollChange(bool byUser) => UserScrolling = byUser; protected virtual void OnScrollChange(bool byUser) => UserScrolling = byUser;
} }