1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Missed hyphen

This commit is contained in:
smoogipoo 2021-11-02 17:18:02 +09:00
parent 0cdd2898fe
commit efba7a9c4d

View File

@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Difficulty
public class TimedDifficultyAttributes : IComparable<TimedDifficultyAttributes> public class TimedDifficultyAttributes : IComparable<TimedDifficultyAttributes>
{ {
/// <summary> /// <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> /// </summary>
public readonly double Time; public readonly double Time;