Missed hyphen

This commit is contained in:
smoogipoo 2021-11-02 17:18:02 +09:00
parent 0cdd2898fe
commit efba7a9c4d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Difficulty
public class TimedDifficultyAttributes : IComparable<TimedDifficultyAttributes>
{
/// <summary>
/// The non-clock adjusted time value at which the attributes take effect.
/// The non-clock-adjusted time value at which the attributes take effect.
/// </summary>
public readonly double Time;