1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 01:49:56 +08:00

fix comment grammar

This commit is contained in:
Liam DeVoe
2020-03-18 23:42:14 -04:00
Unverified
parent 3861a92422
commit e59d7fee26
@@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Mods
/// <summary>
/// Transfer a setting from <see cref="BeatmapDifficulty"/> to a configuration bindable.
/// Only performs the transfer if the user it not currently overriding..
/// Only performs the transfer if the user is not currently overriding.
/// </summary>
protected void TransferSetting<T>(BindableNumber<T> bindable, T beatmapDefault)
where T : struct, IComparable<T>, IConvertible, IEquatable<T>